Skip to content

Commit

Permalink
use bash -eulo options in workflow shells
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 12, 2024
1 parent df89fea commit fc59790
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

defaults:
run:
shell: bash -elo pipefail {0}
shell: bash -eulo pipefail {0}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

defaults:
run:
shell: bash -elo pipefail {0}
shell: bash -eulo pipefail {0}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs-linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

defaults:
run:
shell: bash -elo pipefail {0}
shell: bash -eulo pipefail {0}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-latest-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

defaults:
run:
shell: bash -elo pipefail {0}
shell: bash -eulo pipefail {0}

steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-minimum-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

defaults:
run:
shell: bash -elo pipefail {0}
shell: bash -eulo pipefail {0}

steps:
- name: Checkout repo
Expand Down

0 comments on commit fc59790

Please sign in to comment.