mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-03 11:24:43 +00:00
updated workflow
This commit is contained in:
parent
904c9003b0
commit
d451966098
1 changed files with 7 additions and 5 deletions
12
.github/workflows/cron-run.yml
vendored
12
.github/workflows/cron-run.yml
vendored
|
|
@ -18,9 +18,14 @@ jobs:
|
|||
|
||||
- name: Update python deps
|
||||
run: |
|
||||
pip install poetry-up
|
||||
python -m pip install tox poetry tox-poetry poetry-up
|
||||
poetry-up --install
|
||||
|
||||
- name: python format
|
||||
run: |
|
||||
python -m pip install tox poetry tox-poetry
|
||||
tox -e isort,black
|
||||
|
||||
- name: Update npm packages
|
||||
run: |
|
||||
cd docs
|
||||
|
|
@ -32,10 +37,7 @@ jobs:
|
|||
cd docs
|
||||
npm run format
|
||||
|
||||
- name: python format
|
||||
run: |
|
||||
python -m pip install tox poetry tox-poetry
|
||||
tox -e isort,black
|
||||
|
||||
|
||||
# - name: Stage, commit and push files
|
||||
# uses: stefanzweifel/git-auto-commit-action@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue