mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-15 07:16:20 +00:00
docs: fix workflow example
This commit is contained in:
parent
24b3d93762
commit
27d925f9c0
1 changed files with 0 additions and 1 deletions
|
|
@ -179,7 +179,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
repository: ${{ inputs.repository }}
|
|
||||||
golangci-lint-version: v1.59
|
golangci-lint-version: v1.59
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue