ci: enable stricter Bash error checking
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
This commit is contained in:
parent
695b0b80f8
commit
d73eb6f142
10 changed files with 38 additions and 0 deletions
4
.github/workflows/update-other.yml
vendored
4
.github/workflows/update-other.yml
vendored
|
|
@ -9,6 +9,10 @@ permissions:
|
|||
contents: read
|
||||
actions: write
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
name: Compute list of branches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue