Skip to content

Commit

Permalink
Install pylint before running it
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Feb 16, 2024
1 parent cd17130 commit aaee9e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/syntax-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install prerequisites
run: |
apt update -y
apt install -y pylint
- name: Run Pylint to find errors
run: |
error=0
Expand Down

0 comments on commit aaee9e2

Please sign in to comment.