Skip to content

Hygiene round: context discipline on cleanup paths, comment budget, wg.Go #181

Hygiene round: context discipline on cleanup paths, comment budget, wg.Go

Hygiene round: context discipline on cleanup paths, comment budget, wg.Go #181

Workflow file for this run

name: lint
on:
push:
branches: ['*']
paths-ignore:
- 'os-image/**'
- 'scripts/**'
pull_request:
paths-ignore:
- 'os-image/**'
- 'scripts/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout cocoon-macos
uses: actions/checkout@v7.0.1
- name: Set up Go
uses: actions/setup-go@v7.0.0
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9.3.0
with:
version: v2.13.2
- name: Check formatting
run: golangci-lint fmt --diff