mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
ci: enable typecheck on push to dev branch to catch type errors immediately after merge
This commit is contained in:
parent
c5dc075a88
commit
a4d31b6f95
1 changed files with 2 additions and 0 deletions
2
.github/workflows/typecheck.yml
vendored
2
.github/workflows/typecheck.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: typecheck
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
branches: [dev]
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue