Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
Wrap condition in braces.
  • Loading branch information
martincostello committed Nov 15, 2024
1 parent 35ce3c0 commit f52b71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: ./build.ps1 -Target ${env:MUTATION_TARGET}

- name: Upload Mutation Report
if: !cancelled()
if: ${{ !cancelled() }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: mutation-report-${{ matrix.name }}
Expand Down

0 comments on commit f52b71b

Please sign in to comment.