Skip to content

Commit

Permalink
improve samples and ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Sep 12, 2023
1 parent 35073ff commit 996118f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
with:
version: v1.54
working-directory: testdata/project-v4-with-deploy-image
args: --config ../.golangci.yml ./...
args: --config .golangci.yml ./...
skip-cache: true # first lint action will handle
- name: Run linter
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
working-directory: testdata/project-v4-multigroup-with-deploy-image
args: --config ../.golangci.yml ./...
args: --config .golangci.yml ./...
skip-cache: true # first lint action will handle

0 comments on commit 996118f

Please sign in to comment.