Skip to content

Commit

Permalink
fix lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
Firebird1029 committed Mar 16, 2024
1 parent 8038f33 commit 13e1522
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 && cd -
run: cd api && pip install -r requirements.txt && pip install pylint
- name: Lint backend
run: cd api && python -m pylint *.py
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 13e1522

Please sign in to comment.