Skip to content

Commit

Permalink
fixup! Lint this package with itself
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmeinhold committed Jul 2, 2024
1 parent 6bd3b6d commit e33ace8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements-lint.txt ]; then pip install -r requirements-lint.txt; fi
pip install .
- name: Lint with pylint
run: |
Expand Down

0 comments on commit e33ace8

Please sign in to comment.