Skip to content

chore: update morphy2k/revive-action action to v2.7.1 (#143) #288

chore: update morphy2k/revive-action action to v2.7.1 (#143)

chore: update morphy2k/revive-action action to v2.7.1 (#143) #288

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: setup golang
uses: actions/[email protected]
with:
go-version-file: "go.mod"
- name: run tests
run: go test -cover -v ./...
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: run revive
uses: morphy2k/[email protected]
with:
exclude: "./vendor/..."