Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed May 20, 2024
1 parent f88a38c commit b29a589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run Pylint
run: |
pip install pylint
pylint main.py steam_stats.py steam_workshop.py
pylint api/main.py api/steam_stats.py api/steam_workshop.py
quality-check:
name: Quality Check
Expand All @@ -56,9 +56,9 @@ jobs:
- name: Run Pylint
run: |
pip install pylint
pylint main.py steam_stats.py steam_workshop.py
pylint api/main.py api/steam_stats.py api/steam_workshop.py
- name: Run Flake8
run: |
pip install flake8
flake8 main.py steam_stats.py steam_workshop.py
flake8 api/main.py api/steam_stats.py api/steam_workshop.py

1 comment on commit b29a589

@vercel
Copy link

@vercel vercel bot commented on b29a589 May 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.