Skip to content

Commit

Permalink
Fix typos version to v1.19.0
Browse files Browse the repository at this point in the history
The reason is that the last release (v1.20.0) includes new aggresive
typos that give false positives. The community is already alerting about
it, eg:
crate-ci/typos#963
crate-ci/typos#967
crate-ci/typos#970
and in our case we were geting 'RO' (random oracle) corrected to 'to',
and 'ws' (array of witnessess) to 'was'.
Keeping with version v1.19.0 while typos gets updated and a new version
is release fixing the false positives.
  • Loading branch information
arnaucube committed Apr 2, 2024
1 parent fbeac9b commit 0c8c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use typos with config file
uses: crate-ci/typos@master
uses: crate-ci/typos@v1.19.0
with:
config: .github/workflows/typos.toml

0 comments on commit 0c8c45c

Please sign in to comment.