mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-14 23:11:14 +00:00
docs: fix workflow example path
This commit is contained in:
parent
26b1e83940
commit
24b3d93762
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [ stable, oldstable ]
|
go-version: [ stable, oldstable ]
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
uses: ./.github/workflows/.workspace.yml
|
uses: ./.github/workflows/.golangci-lint-reusable.yml
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue