Skip to content

Commit

Permalink
modify linting test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yeh-sudo committed Oct 24, 2023
1 parent d83fb9a commit b1bdca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
architecture: "x64"
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install project dependencies
run: pip install -r requirements.txt
- name: Install Pylint
run: pip install pylint
- name: Analysing code with Pylint
Expand Down

0 comments on commit b1bdca0

Please sign in to comment.