updated workflow

This commit is contained in:
Christopher Pickering 2022-01-24 09:45:18 -06:00
parent 8c69016a42
commit fe71dc86dd
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -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: |