Skip to content

Commit dd69623

Browse files
committed
Ignore files from typecheck in CI
1 parent 23f6870 commit dd69623

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/typo-check.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818
- id: files
19-
uses: tj-actions/changed-files@v45
19+
uses: tj-actions/changed-files@v46
20+
with:
21+
files_ignore: |
22+
contracts/**/schema/**
23+
packages/crypto/**/*.json
24+
packages/vm/**/*.wasm
2025
- name: Run spell-check
2126
uses: crate-ci/typos@master
2227
with:

0 commit comments

Comments
 (0)