straw/.forgejo/workflows
Cobb 5368a593a1
Some checks failed
build-apk / build-and-publish (push) Failing after 6m43s
gitleaks / scan (push) Successful in 45s
ci: run straw build steps with bash (dash has no 'set -o pipefail')
The runner's default shell for run: steps is dash, which errors
'Illegal option -o pipefail' the moment a step runs 'set -euo pipefail'
(the clone step, plus the pre-existing Verify + publish steps). Set
defaults.run.shell: bash for the job; the straw-build image ships bash.
2026-06-20 13:13:02 -07:00
..
build.yml ci: run straw build steps with bash (dash has no 'set -o pipefail') 2026-06-20 13:13:02 -07:00
gitleaks.yml ci: add gitleaks workflow (Sulkta canonical) 2026-05-27 22:14:58 -07:00