Skip to content

Commit

Permalink
test lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebird1029 committed Mar 16, 2024
1 parent 3ea2032 commit 8038f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Lint frontend
run: npm run lint
- name: Install backend modules
run: cd api && pip install -r requirements.txt
run: cd api && pip install -r requirements.txt && cd -
- name: Lint backend
run: cd api && python -m pylint *.py
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 8038f33

Please sign in to comment.