Skip to content

Commit

Permalink
ci: set config explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 12, 2024
1 parent dc7db6b commit 0f2a774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions typos.toml → .github/typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ extend-exclude = [
"*.sum",
"*.mod"
]

4 changes: 3 additions & 1 deletion .github/workflows/typo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: typos-action
uses: crate-ci/typos@acbff432fb0e7c8cbb9f032311d8f13927dbaaf3 # v1.22.4
uses: crate-ci/typos@acbff432fb0e7c8cbb9f032311d8f13927dbaaf3 # v1.22.4
with:
config: .github/typos.yml

0 comments on commit 0f2a774

Please sign in to comment.