-
Notifications
You must be signed in to change notification settings - Fork 0
[codex] follow up glm thinking recovery #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
8b826bb
ae7eb4b
b06864c
d4a92b7
552e30c
aab1d29
3d09150
38607a2
667cd1c
e28ebc0
bf1c1b9
482833f
5822a13
b00d3d2
d33e51a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ name: typecheck | |
| on: | ||
| push: | ||
| branches: [dev] | ||
| pull_request: | ||
| pull_request_target: | ||
| branches: [dev] | ||
| workflow_dispatch: | ||
|
|
||
|
|
@@ -13,6 +13,8 @@ jobs: | |
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
|
||
|
Comment on lines
3
to
18
|
||
| - name: Setup Bun | ||
| uses: ./.github/actions/setup-bun | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: unit-${{ matrix.settings.name }}-...referencesmatrix.*but this job does not define a matrix strategy. This will fail workflow evaluation at runtime/compile time; use a static name (e.g.unit-linux-...) or introduce an actual matrix.