mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
fix(workflow): pr not work properly
This commit is contained in:
parent
94efc8a1af
commit
7c47a55d74
4
.github/workflows/pull.yml
vendored
4
.github/workflows/pull.yml
vendored
@ -29,7 +29,9 @@ jobs:
|
|||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- 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
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@master
|
uses: golangci/golangci-lint-action@master
|
||||||
|
|||||||
2
data
2
data
@ -1 +1 @@
|
|||||||
Subproject commit 9b983625cad379783e3f9cda8026f9a7a6c38132
|
Subproject commit 69b0c8a9fc24214db185aeccd6836ee9d38e7c3a
|
||||||
Loading…
Reference in New Issue
Block a user