Skip to content

Commit

Permalink
test-codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Aug 7, 2023
1 parent 79223ec commit 4eb63e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
with:
node-version: 20
cache: npm
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: npm ci
- run: npm run lint-raw
- run: pip install codespell
- run: npx run-s lint-raw codespell

karma:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4eb63e6

Please sign in to comment.