Skip to content

Commit

Permalink
Fix mistakes on workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jan 4, 2024
1 parent 6f27353 commit 0ced15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
push: false
- name: Run Pytest
- name: Run lint for c
uses: addnab/docker-run-action@v3
with:
image: c-lint:latest
options: -v $$(pwd):/code
options: -v ${{ github.workspace }}:/code

0 comments on commit 0ced15e

Please sign in to comment.