mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-09-03 14:19:21 +00:00
docs: fix workflow example path
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user