From fe71dc86dd01f3226fdc10d09d0880c5ece353e8 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Mon, 24 Jan 2022 09:45:18 -0600 Subject: [PATCH] updated workflow --- .github/workflows/cron-run.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cron-run.yml b/.github/workflows/cron-run.yml index 4305d97..75f3b31 100644 --- a/.github/workflows/cron-run.yml +++ b/.github/workflows/cron-run.yml @@ -26,12 +26,18 @@ jobs: python -m pip install tox poetry tox-poetry tox -e isort,black + - name: Pre-commit update + run: pre-commit autoupdate + - name: Update npm packages run: | cd docs npm install npm install -g npm-check-updates + # update deps ncu -u + # update package lock + npm install - name: npm format run: |