Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sv0 committed Nov 24, 2023
1 parent 18421f1 commit 6d48293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip3 install -r requirements-test.txt
pip3 install -r requirements-tests.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 6d48293

Please sign in to comment.