Skip to content

Commit

Permalink
chore: Exclude examples from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed May 8, 2024
1 parent d1689db commit 27b7d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Compile
run: poetry run mypy .
run: poetry run mypy . --exclude examples
test:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 27b7d0e

Please sign in to comment.