Skip to content

Commit

Permalink
Fix volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 11, 2024
1 parent bec63b0 commit b72d3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: c-lint:latest
options: -v $(pwd):/code -e LINT_FIX=1
options: -v ${{ github.workspace }}:/code -e LINT_FIX=1

0 comments on commit b72d3df

Please sign in to comment.