Releases: ipdxco/unified-github-workflows
Releases · ipdxco/unified-github-workflows
v0.0.17
Changed
- updated GitHub Actions actions
v0.0.16
Fixed
- install playwright dependencies before using it
v0.0.15
Fixed
- revert adding permissions in JS release job (we cannot do that in a reusable workflow)
v0.0.14
Changed
- permissions in JS release job
v0.0.13
Added
- ability to ignore protoc version comments in
go generate
check
v0.0.12
Changed
- fallback to
go get
in Go check workflow
v0.0.11
Added
- allow skipping race detector in Go test workflow
v0.0.10
Changed
- use bash as a default shell in reusable workflows that run on windows
v0.0.9
Fixed
- started picking staticcheck version based on go version in Go check workflow
v0.0.8
Added
go-version
input for Go check workflow