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.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -29,6 +29,10 @@ permissions:
|
|||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
update:
|
||||
name: Update the flake inputs and generate options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue