Skip to content

Commit

Permalink
Merge pull request yamadashy#83 from yamadashy/chore/ci-typo-check
Browse files Browse the repository at this point in the history
chore(ci): Add typo check on ci
  • Loading branch information
yamadashy authored Sep 23, 2024
2 parents 99b6eef + 5bcfc35 commit b473e87
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,15 @@ jobs:
- run: npm ci
- name: Run npm audit
run: npm audit

typos:
needs: lint
name: "Check for typos"
runs-on: "ubuntu-latest"

steps:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Check for typos"
uses: "crate-ci/typos@v1.24.6"

0 comments on commit b473e87

Please sign in to comment.