Skip to content

Enable test on newer versions of Go #61

Enable test on newer versions of Go

Enable test on newer versions of Go #61

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