Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jan 4, 2024
1 parent 9789483 commit dbbc2c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: c-lint:latest
options: -v ${{ github.workspace }}:/code
run: ls
options: -v ${{ github.workspace }}:/code -e LINT_FIX=0
run: |
ls
pwd

0 comments on commit dbbc2c0

Please sign in to comment.