Skip to content

module path

module path #20

Workflow file for this run

name: '🚔'
on: [ push ]
jobs:
job:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- run: make lint check