Skip to content

Commit

Permalink
Build project before lint check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
soren121 committed Aug 27, 2024
1 parent 7a776ca commit 06da19a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/ci-setup

- name: Build project
run: yarn build

- name: ESLint
run: yarn lint:check

Expand Down

0 comments on commit 06da19a

Please sign in to comment.