mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
增加依赖缓存
This commit is contained in:
parent
a894ee91bc
commit
5d00bd134d
8
.github/workflows/golint.yml
vendored
8
.github/workflows/golint.yml
vendored
@ -18,6 +18,14 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Cache downloaded module
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-${{ matrix.goos }}-${{ matrix.goarch }}-${{ hashFiles('**/go.sum') }}
|
||||
|
||||
- name: Tests
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user