Skip to content

Commit

Permalink
chore(CI/CD): Revert recent lint skip-file edits
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Jan 29, 2024
1 parent 49a5222 commit 4a06a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Run linters
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 3m --skip-files '(*/.*_test.go|*/exercise_test.go)' --issues-exit-code 0
args: --timeout 3m --issues-exit-code 0 --skip-files '.*_test.go'

0 comments on commit 4a06a7c

Please sign in to comment.