Skip to content

Commit

Permalink
feat(ci): add bash as default shell
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Gallo <[email protected]>
  • Loading branch information
rgallor committed Aug 20, 2024
1 parent 216a2d8 commit 5e4414e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
dco:
uses: ./.github/workflows/dco.yaml
Expand Down

0 comments on commit 5e4414e

Please sign in to comment.