mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 22:11:15 +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:
|
||||
go-version: [ stable, oldstable ]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
uses: ./.github/workflows/.workspace.yml
|
||||
uses: ./.github/workflows/.golangci-lint-reusable.yml
|
||||
with:
|
||||
os: ${{ matrix.os }}
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue