Skip to content

Commit

Permalink
fix shellcheck workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com>
  • Loading branch information
angelhof committed Mar 10, 2023
1 parent 8209e3d commit c609385
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: ludeeus/action-shellcheck@master
env:
Expand Down

0 comments on commit c609385

Please sign in to comment.