mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-11 22:50:06 +00:00
parent
64c208bfbc
commit
10cbc929b3
9 changed files with 62797 additions and 8056 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -15,7 +15,6 @@ jobs:
|
|||
npm install
|
||||
npm run prepare-deps
|
||||
npm run all
|
||||
git diff --exit-code
|
||||
test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -23,5 +22,5 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
version: v1.26
|
||||
args: --issues-exit-code=0 ./...
|
||||
working-directory: sample
|
||||
args: --issues-exit-code=0 ./sample/...
|
||||
only-new-issues: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue