mirror of
https://github.com/securego/gosec.git
synced 2024-12-30 21:19:46 +02:00
parent
1256f16f33
commit
6cde6b3242
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -12,12 +12,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- 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:
|
||||
|
Loading…
Reference in New Issue
Block a user