mirror of
https://github.com/mgechev/revive.git
synced 2025-03-17 20:57:58 +02:00
Bump revive-action from 1.3.3 to 1.4.0 (#488)
* fix lint workflow * remove unnecessary step
This commit is contained in:
parent
d2c8a73ad9
commit
131eb6a145
8
.github/workflows/lint.yaml
vendored
8
.github/workflows/lint.yaml
vendored
@ -10,16 +10,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run Revive Action
|
||||
uses: morphy2k/revive-action@v1.3.3
|
||||
uses: morphy2k/revive-action@v1.4.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user