Skip to content

Commit

Permalink
[spell check cicd] do not run on main branch, and ignore .svg files (#…
Browse files Browse the repository at this point in the history
…714)

## Summary

follow up to #658


## How was it tested?

will observe github actions run
  • Loading branch information
savil authored Mar 2, 2023
1 parent 0d0374e commit c249fa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ env:
jobs:
typos:
name: Spell Check with Typos
if: github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/[email protected].10
- uses: crate-ci/[email protected].16

golangci-lint:
strategy:
Expand Down
3 changes: 3 additions & 0 deletions typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[default.extend-words]
AKE = "AKE"

[files]
extend-exclude=["*.svg"]

0 comments on commit c249fa1

Please sign in to comment.