Skip to content

Commit

Permalink
Fix check code quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-tianquaw committed Mar 25, 2024
1 parent 05d06c7 commit 0690182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

defaults:
run:
shell: bash -l {0}

jobs:
build:
name: Check Code Quality
Expand Down

0 comments on commit 0690182

Please sign in to comment.