CUB-CI: Consolidate workflows — remove build-dev.yaml, fix dev.yml for ubuntu-latest #45
Reference in New Issue
Block a user
Delete Branch "agent/otto/CUB-CI-fix-consolidate-workflows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
build-dev.yamlusedactions/setup-go@v5/actions/setup-node@v4which are incompatible with Gitea Act runner (no node20 runtime) → always failsdev.ymlused customgo-reactrunner label → inconsistent availability on PR merge-commitsChanges
build-dev.yaml— redundant;dev.ymlalready handles build + testdev.yml:- Changeruns-onfromgo-react→ubuntu-latest`setup-*actions)pushevents onlyEvidence
ee6ad10)npm run lintruns as part of build pipeline (was missing before the previous brokebuild-dev.yamlapproach)secrets.ACCESS_TOKEN(already configured) for registry authPRs that will unblock