Skip to content

Start an about page

Start an about page #8

Workflow file for this run

name: Go Lint
on:
pull_request:
branches: [main]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout 5m
version: v1.60