Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Build project before lint check in CI
  • Loading branch information
soren121 committed Aug 27, 2024
commit 06da19a138cfaaec30b4bf3b5edb28658b8573c7
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