Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
666cc9164e | |||
24c25982ec |
3
.github/workflows/golangci.yml
vendored
3
.github/workflows/golangci.yml
vendored
@ -5,8 +5,7 @@ jobs:
|
|||||||
name: lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code into the Go module directory
|
- uses: actions/checkout@v2
|
||||||
uses: actions/checkout@v1
|
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golangci/golangci-lint:v1.25
|
FROM golangci/golangci-lint:v1.26
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
@ -17,9 +17,6 @@ jobs:
|
|||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v0.0.2
|
uses: golangci/golangci-lint-action@v0.0.2
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.github_token }}
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Based on [reviewdog action](https://github.com/reviewdog/action-golangci-lint).
|
Based on [reviewdog action](https://github.com/reviewdog/action-golangci-lint).
|
||||||
|
Reference in New Issue
Block a user