We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0374e commit c249fa1Copy full SHA for c249fa1
.github/workflows/cli-tests.yaml
@@ -34,10 +34,11 @@ env:
34
jobs:
35
typos:
36
name: Spell Check with Typos
37
+ if: github.ref != 'refs/heads/main'
38
runs-on: ubuntu-latest
39
steps:
40
- uses: actions/checkout@v3
- - uses: crate-ci/typos@v1.13.10
41
+ - uses: crate-ci/typos@v1.13.16
42
43
golangci-lint:
44
strategy:
typos.toml
@@ -1,2 +1,5 @@
1
[default.extend-words]
2
AKE = "AKE"
3
+
4
+[files]
5
+extend-exclude=["*.svg"]
0 commit comments