Skip to content

Commit

Permalink
build: add lint step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz committed Feb 21, 2024
1 parent d0697e9 commit ce050a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml → .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
- name: Install
run: npm install
- name: Run tests
- name: Lint
run: npm run lint
- name: Test
run: npm test

0 comments on commit ce050a3

Please sign in to comment.