ci: enable stricter Bash error checking

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
This commit is contained in:
NAHO 2025-11-20 22:40:24 +01:00
parent 83ff4d112b
commit 97d412d949
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185
7 changed files with 28 additions and 0 deletions

View file

@ -7,6 +7,10 @@ on:
- master
- release-**
defaults:
run:
shell: bash
jobs:
conflicts:
runs-on: ubuntu-24.04