Skip to content

🚧 more content #190

🚧 more content

🚧 more content #190

Workflow file for this run

name: lint
on:
push
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3