mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-14 07:46:54 +00:00
parent
6993abb7cd
commit
27e14e0f3f
9 changed files with 150 additions and 48195 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
npm install
|
||||
npm run prepare-deps
|
||||
npm run all
|
||||
git diff && git diff --cached
|
||||
git diff --exit-code
|
||||
test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -23,5 +23,4 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
version: v1.26
|
||||
args: --issues-exit-code=0 ./sample/...
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --issues-exit-code=0 ./sample/...
|
||||
Loading…
Add table
Add a link
Reference in a new issue