Skip to content

Commit 0cff789

Browse files
committed
Fix build
1 parent d7b5201 commit 0cff789

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ jobs:
120120
run: poetry run pre-commit run check-xml --all-files
121121
- name: 🚀 Check YAML files
122122
run: poetry run pre-commit run check-yaml --all-files
123-
- name: 🚀 Check YAML files
124-
run: poetry run pre-commit run check-yaml --all-files
125123
- name: 🚀 Detect Private Keys
126124
run: poetry run pre-commit run detect-private-key --all-files
127125
- name: 🚀 Check End of Files

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: 🏗 Install dependencies
3333
run: poetry install --no-interaction
3434
- name: 🚀 Run mypy
35-
run: poetry run mypy examples src tests
35+
run: poetry run mypy src tests

0 commit comments

Comments
 (0)