mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-21 03:11:51 +00:00
updated workflow
This commit is contained in:
parent
8c69016a42
commit
fe71dc86dd
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cron-run.yml
vendored
6
.github/workflows/cron-run.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue