Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use official golangci
  • Loading branch information
hermanschaaf authored Jan 25, 2023
commit 5dad96b1c77192055698a643410c695ff01bd647
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: true
cache-dependency-path: go.sum
Comment thread
hermanschaaf marked this conversation as resolved.
Outdated
- name: golangci-lint
uses: cloudquery/golangci-lint-action@master
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
args: "--config .golangci.yml"
Expand All @@ -40,4 +40,4 @@ jobs:
run: make gen
- name: Fail if generation updated files
if: github.event_name == 'pull_request'
run: test "$(git status -s | wc -l)" -eq 0 || (git status -s; exit 1)
run: test "$(git status -s | wc -l)" -eq 0 || (git status -s; exit 1)