Skip to content

Commit

Permalink
Merge branch 'master' into ag-libsecp256k1-remove
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed May 12, 2022
2 parents ce22fb0 + 2051044 commit 20aa6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ spellcheck:
<<: *docker-env
<<: *test-refs
script:
- cargo spellcheck check -vvvv --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1 -- recursive .
- cargo spellcheck check -vvvv --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1 -- recursive ./examples/
- cargo spellcheck check -v --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1 -- recursive .
- cargo spellcheck check -v --cfg=.config/cargo_spellcheck.toml --checkers hunspell --code 1 -- recursive ./examples/
allow_failure: true

fmt:
Expand Down

0 comments on commit 20aa6bb

Please sign in to comment.