Skip to content

Commit

Permalink
ci(lint): remove examples directory (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathienle authored Nov 8, 2024
1 parent 582a4a1 commit dc7bb6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- main
paths:
- "cytomine/**/*.py"
- "examples/**/*.py"
- "tests/**/*.py"

jobs:
Expand All @@ -29,7 +28,7 @@ jobs:
pip install pylint
- name: Check lint
run: pylint --output=lint.txt cytomine examples tests
run: pylint --output=lint.txt cytomine tests

- name: Upload lint report
if: ${{ always() }}
Expand Down

0 comments on commit dc7bb6f

Please sign in to comment.