Skip to content

Commit

Permalink
💩👌 make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 5, 2024
1 parent 0afe577 commit 2710074
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Tidy Modules
run: go mod tidy

- name: golangci-lint
uses: golangci/golangci-lint-action@master
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@master

- name: Tidy Modules
run: go mod tidy

- name: Run Lint
uses: golangci/golangci-lint-action@master
with:
Expand Down

0 comments on commit 2710074

Please sign in to comment.