Skip to content

Commit

Permalink
Add shell:bash to composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomdango committed Jun 29, 2023
1 parent d9244fe commit 026d0fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/check-format/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ runs:
using: "composite"
steps:
- name: Check File Format
shell: bash
run: |
export BRANCH_NAME=origin/${{ github.event.repository.default_branch }}
./scripts/githooks/editorconfig-pre-commit.sh
- name: Check Markdown Format
shell: bash
run: |
export BRANCH_NAME=origin/${{ github.event.repository.default_branch }}
./scripts/githooks/markdown-pre-commit.sh
1 change: 1 addition & 0 deletions .github/actions/scan-secrets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ runs:
using: "composite"
steps:
- name: Scan Secrets
shell: bash
run: |
export ALL_FILES=true
./scripts/githooks/secret-scan-pre-commit.sh

0 comments on commit 026d0fb

Please sign in to comment.