We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f6870 commit dd69623Copy full SHA for dd69623
.github/workflows/typo-check.yml
@@ -16,7 +16,12 @@ jobs:
16
- name: Checkout repository
17
uses: actions/checkout@v4
18
- id: files
19
- uses: tj-actions/changed-files@v45
+ uses: tj-actions/changed-files@v46
20
+ with:
21
+ files_ignore: |
22
+ contracts/**/schema/**
23
+ packages/crypto/**/*.json
24
+ packages/vm/**/*.wasm
25
- name: Run spell-check
26
uses: crate-ci/typos@master
27
with:
0 commit comments