Skip to content

Commit

Permalink
Don't run lint in ci test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 authored May 18, 2024
1 parent 6d2511d commit 9d6295b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run linting
run: npm run lint

- name: Run tests
run: npm test

0 comments on commit 9d6295b

Please sign in to comment.