Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed May 27, 2024
1 parent 093e27c commit 6065e46
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Pylint
run: |
pip install pylint
pylint api/main.py api/steam_stats.py api/steam_workshop.py
- name: Generate Pylint Badge
- name: Pylint Badge
uses: Silleellie/pylint-github-action@v2
with:
lint-path: api
Expand Down

1 comment on commit 6065e46

@vercel
Copy link

@vercel vercel bot commented on 6065e46 May 27, 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.