Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Jan 22, 2024
1 parent 6b4b2ad commit 3448d34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ on:
branches:
- main
jobs:
spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm ci
- run: npm test:spellcheck
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3448d34

Please sign in to comment.