ci: set -euo pipefail

This commit is contained in:
Kenta Kubo 2025-10-18 02:30:27 +09:00
parent e3878d4d3a
commit b79afcfd3e
No known key found for this signature in database
GPG key ID: 3D79E20285C94BE8

View file

@ -5,6 +5,9 @@ on:
pull_request: pull_request:
branches: ["main"] branches: ["main"]
permissions: {} permissions: {}
defaults:
run:
shell: bash -euo pipefail {0}
jobs: jobs:
lint: lint:
runs-on: ubuntu-24.04-arm runs-on: ubuntu-24.04-arm