Skip to content

Commit

Permalink
ci: fix git_diff inside lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Jun 26, 2023
1 parent 61393a0 commit 5163297
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Compute diff 📜
uses: technote-space/get-diff-action@v6.1.2
with:
SUFFIX_FILTER: |
.go
.mod
.sum
PATTERNS: |
**/*.go
go.mod
go.sum
- name: Run lint ✅
if: "env.GIT_DIFF != ''"
Expand Down

0 comments on commit 5163297

Please sign in to comment.