Skip to content

Commit cd7b796

Browse files
committed
ci(gh-actions): bash strict mode
1 parent 339c920 commit cd7b796

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- name: Enable auto-merge for Dependabot PRs
1616
shell: bash
1717
run: |
18+
set -euo pipefail
19+
IFS=$'\n\t'
1820
# Checking the PR title is a poor substitute for the actual PR changes
1921
# but as long as this is used only with dependabot PRs,
2022
# it should be safe to assume that the title is not misleading.

0 commit comments

Comments
 (0)