mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 06:30:43 +00:00
github/workflows: make bash more strict (#2197)
This commit is contained in:
committed by
GitHub
parent
d0494c391a
commit
539007c173
2
.github/workflows/codestyle.yml
vendored
2
.github/workflows/codestyle.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -ex {0}
|
||||
shell: bash -euxo pipefail {0}
|
||||
|
||||
concurrency:
|
||||
# Allow only one workflow per any non-`main` branch.
|
||||
|
||||
Reference in New Issue
Block a user