Skip to content

Commit

Permalink
Run pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
f-lawe committed Jul 5, 2024
1 parent 86224fa commit cfd886a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r ./requirements.txt

- name: Run pylint
run: pylint ./resources

0 comments on commit cfd886a

Please sign in to comment.