Skip to content

Commit

Permalink
😉
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 11, 2024
1 parent 8db00fb commit 5eae009
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@ jobs:
- uses: docker/setup-buildx-action@v2
- uses: docker/build-push-action@v4
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
context: .
file: ".docker/lint/c-lint.Dockerfile"
tags: c-lint:latest
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
push: false
- name: Run C lint
uses: addnab/docker-run-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
image: deniscostadsc/c-lint:latest
image: c-lint:latest
options: -v ${{ github.workspace }}:/code -e LINT_FIX=1
run: ls

0 comments on commit 5eae009

Please sign in to comment.