Skip to content

Commit

Permalink
Lint and test in single job
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Nov 12, 2023
1 parent 6cfd0ea commit 6a1e497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/lint.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@ jobs:
- name: Installing packages
run: npm ci

- name: Build
run: npm run build

- name: Lint
run: npm run lint

- name: Tests
run: npx turbo run test

0 comments on commit 6a1e497

Please sign in to comment.