Skip to content

Commit

Permalink
build: fix name of job (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored Apr 4, 2024
1 parent 9081d22 commit a407cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# Generate versions
- run: scripts/generate-kurtosis-version.sh
if: ${{ needs.check-if-code-change.outputs.change == 'true' }}
- name: lint-container-engine-lib
- name: lint ${{ matrix.directory }}
if: ${{ needs.check-if-code-change.outputs.change == 'true' }}
uses: golangci/golangci-lint-action@v4
with:
Expand Down

0 comments on commit a407cb6

Please sign in to comment.