Skip to content

Commit 67c7576

Browse files
fix: remove key files verification step from CI workflow
1 parent a706b5b commit 67c7576

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ jobs:
2626
- name: Run pre-commit
2727
run: |
2828
pre-commit run -a --show-diff-on-failure
29-
30-
- name: Verify key files present
31-
run: |
32-
test -f AGENTS.md

0 commit comments

Comments
 (0)