Skip to content

Commit

Permalink
fix(global): build before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 21, 2023
1 parent 99e5b54 commit 98915f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
restore-keys: |
turbo-${{ github.job }}-${{ github.ref_name }}
- name: Build files
run: yarn build

- name: Lint files
run: yarn lint

- name: Test files
run: yarn test

- name: Build files
run: yarn build

- name: Check types
run: yarn check:types

0 comments on commit 98915f0

Please sign in to comment.