Skip to content

Commit f292f90

Browse files
authored
Merge pull request #4896 from camilamacedo86/ci-lint-samples
🌱 (ci) lint-samples: allow get all errors by once and remove config flag which is no longer valid for GolangCI 2x
2 parents 1d89427 + c8e888d commit f292f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
lint-samples:
1313
runs-on: ubuntu-latest
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
folder: [
1718
"testdata/project-v4",
@@ -40,7 +41,6 @@ jobs:
4041
with:
4142
version: v2.1.6
4243
working-directory: ${{ matrix.folder }}
43-
args: --config .golangci.yml ./...
4444
- name: Run linter via makefile target
4545
working-directory: ${{ matrix.folder }}
4646
run: make lint

0 commit comments

Comments
 (0)