ci: enable stricter Bash error checking (#2001)

Link: https://github.com/nix-community/stylix/pull/2001

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: 0xda157 <da157@voidq.com>
This commit is contained in:
0xda157 2025-11-20 12:25:22 -10:00 committed by GitHub
commit 4e36d6fdcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 0 deletions

View file

@ -11,6 +11,10 @@ permissions:
contents: read
pull-requests: write
defaults:
run:
shell: bash
jobs:
backport:
runs-on: ubuntu-24.04

View file

@ -11,6 +11,10 @@ on:
permissions:
contents: read
defaults:
run:
shell: bash
jobs:
check:
name: ${{ matrix.name }}

View file

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

View file

@ -10,6 +10,10 @@ concurrency:
cancel-in-progress: true
group: pages
defaults:
run:
shell: bash
jobs:
docs:
runs-on: ubuntu-24.04

View file

@ -17,6 +17,10 @@ permissions:
contents: read
pull-requests: write
defaults:
run:
shell: bash
jobs:
labels:
name: label-pr

View file

@ -7,6 +7,10 @@ on:
paths:
- 'modules/**'
defaults:
run:
shell: bash
jobs:
request-reviewers:
runs-on: ubuntu-24.04

View file

@ -6,6 +6,10 @@ on:
- cron: "0 0 1 * *"
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
flake-update:
runs-on: ubuntu-24.04