1
0
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:
Markus Wiegand 2020-12-09 15:06:14 +01:00 committed by GitHub
parent d2c8a73ad9
commit 131eb6a145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}