Skip to content

Commit dee3033

Browse files
committed
ci: Remove safety from GitHub Actions
1 parent dd3dfd0 commit dee3033

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
- name: Check formatting
4343
run: pdm run ruff format . --check
4444

45-
- name: Run safety
46-
run: pdm safety_check
47-
4845
- name: Run mypy
4946
run: pdm mypy --show-error-codes
5047

0 commit comments

Comments
 (0)