Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
9 changes: 9 additions & 0 deletions .open-actions/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Diagnose verify environment
run: |
git rev-parse HEAD
go version
go env GOTOOLCHAIN GOOS GOARCH CGO_ENABLED
wc -l go.sum
sha256sum go.sum
git show HEAD:go.sum | sha256sum
git status --short
- name: Verify
run: make verify

Expand Down
4 changes: 4 additions & 0 deletions docs/dev-cluster-smoke-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Dev Cluster Smoke Test

This temporary change triggers the pull request workflow on the Open Actions
development cluster.
Loading