Skip to content

feat: add lint checks to PR and tool for local #1

feat: add lint checks to PR and tool for local

feat: add lint checks to PR and tool for local #1

Workflow file for this run

name: 🐹 lint
on:
pull_request:
push:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker://morphy/revive-action:v2