Skip to content

Commit

Permalink
fix(workflow): pr not work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 12, 2024
1 parent 94efc8a commit 7c47a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
go-version: '1.20'

- name: Check out code into the Go module directory
uses: actions/checkout@master
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

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

0 comments on commit 7c47a55

Please sign in to comment.