Skip to content

Enable test on newer versions of Go (#186) #62

Enable test on newer versions of Go (#186)

Enable test on newer versions of Go (#186) #62

Workflow file for this run

name: lint
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: morphy2k/revive-action@v2