mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-21 21:54:42 +00:00
updated workflow
This commit is contained in:
parent
fe71dc86dd
commit
e3844193fc
1 changed files with 4 additions and 1 deletions
5
.github/workflows/cron-run.yml
vendored
5
.github/workflows/cron-run.yml
vendored
|
|
@ -27,7 +27,10 @@ jobs:
|
|||
tox -e isort,black
|
||||
|
||||
- name: Pre-commit update
|
||||
run: pre-commit autoupdate
|
||||
run: |
|
||||
pip install pre-commit
|
||||
pre-commit install
|
||||
pre-commit autoupdate
|
||||
|
||||
- name: Update npm packages
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue