Skip to content

Commit

Permalink
Improve CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jul 14, 2023
1 parent da798b6 commit ab8d91d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,14 @@ jobs:
name: Typos
runs-on: ubuntu-latest

continue-on-error: true

needs: SendCoverage

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Check spelling
continue-on-error: true
uses: crate-ci/typos@master

Lint:
Expand Down

0 comments on commit ab8d91d

Please sign in to comment.