1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-06-18 21:45:04 +08:00

chore(ci): swap actions

This commit is contained in:
Ink33 2021-05-23 16:11:36 +08:00
parent 19554da68a
commit 8bc989cfa2
No known key found for this signature in database
GPG Key ID: 5D8B1D036EFB0D2E

View File

@ -14,15 +14,15 @@ jobs:
with:
go-version: 1.16
- name: Tests
run: |
go test $(go list ./...)
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
- name: Tests
run: |
go test $(go list ./...)
- name: Suggester
uses: reviewdog/action-suggester@v1
with: