Skip to content

Commit

Permalink
use bash as default shell in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Aug 16, 2024
1 parent 5ad80e1 commit 8e3ab11
Show file tree
Hide file tree
Showing 20 changed files with 60 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:

jobs:
auto_merge:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:

jobs:
bump_version:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ env:

jobs:
build:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:

jobs:
check:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ env:

jobs:
build:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/consistent_engine_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ env:

jobs:
check:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/consistent_engine_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ env:

jobs:
check:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/consistent_nvmrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ env:

jobs:
check:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/consistent_workflow_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency:

jobs:
check:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ env:

jobs:
check:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:

jobs:
deploy:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/event_dev_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ env:

jobs:
event:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
steps:
- name: Print contexts
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/event_main_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ env:

jobs:
event:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
steps:
- name: Print contexts
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/event_staging_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ env:

jobs:
event:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
steps:
- name: Print contexts
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ env:

jobs:
check:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lockstep_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ env:

jobs:
check:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ls_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env:

jobs:
build:
defaults:
run:
shell: bash
runs-on: ubuntu-latest
steps:
- name: Print contexts
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prosoponator_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on: issue_comment

jobs:
comment:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/provider_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ env:

jobs:
check:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ env:

jobs:
check:
defaults:
run:
shell: bash
container:
image: prosopo/ci:latest
options: >
Expand Down

0 comments on commit 8e3ab11

Please sign in to comment.