Update linter.yml

pull/2740/head
Kslr 2020-09-16 23:30:01 +08:00 committed by GitHub
parent 0995d961c9
commit 4b7d729221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -23,13 +23,6 @@ jobs:
- name: Checkout codebase
uses: actions/checkout@v2
- name: Cache go module
uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with: