mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
fix: Generate release notes import before typecheck in CI
This commit is contained in:
parent
1c4cac9d5f
commit
7069ac3dcf
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -71,7 +71,11 @@ jobs:
|
|||
- name: Run linter
|
||||
run: npm run lint || echo "Linting completed with warnings"
|
||||
timeout-minutes: 10
|
||||
|
||||
|
||||
- name: Generate release notes import
|
||||
run: node generate-release-notes-import.mjs
|
||||
timeout-minutes: 1
|
||||
|
||||
- name: Run type check
|
||||
run: npm run typecheck
|
||||
timeout-minutes: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue