Skip to content

Commit

Permalink
Make lint stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch committed May 20, 2024
1 parent 9ffbcbf commit 25d0859
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -24,5 +21,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run type-check
- run: npm run format
- run: npm run build

0 comments on commit 25d0859

Please sign in to comment.