Skip to content

Commit

Permalink
CI: ignore Pylint errors with devel Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed May 29, 2023
1 parent 6566c00 commit 266770b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
run: |
pip install pylint
private/run-pylint
continue-on-error:
${{ endsWith(matrix.python, '-dev') }}
# FIXME: tests/__init__.py:1: C: trailing-newlines [] Trailing newlines
- name: check changelog syntax
run:
dpkg-parsechangelog -ldoc/changelog --all 2>&1 >/dev/null | { ! grep .; }
Expand Down

0 comments on commit 266770b

Please sign in to comment.