Skip to content

fix: add the package comment on package main #3

fix: add the package comment on package main

fix: add the package comment on package main #3

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