Skip to content

Commit

Permalink
Re-add generate diff check
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan authored Aug 18, 2023
1 parent 394f37a commit 6e00461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: go vet
run: go vet ./...
working-directory: src/
# - name: check git diff
# run: git diff --exit-code
- name: check git diff
run: git diff --exit-code
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -56,4 +56,4 @@ jobs:
# skip-pkg-cache: true

# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
# skip-build-cache: true
# skip-build-cache: true

0 comments on commit 6e00461

Please sign in to comment.