Skip to content

Commit

Permalink
Lint after npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaKemp committed Dec 2, 2024
1 parent 40a49a2 commit ff230a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Lint
run: npm run lint

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -21,6 +18,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Lint
run: npm run lint

- name: Run tests
run: npm run test:ci

Expand Down

0 comments on commit ff230a4

Please sign in to comment.