Skip to content

[WIP] [CI] cleanup series end-goal #27

[WIP] [CI] cleanup series end-goal

[WIP] [CI] cleanup series end-goal #27

Workflow file for this run

name: lint
on:
push:
branches:
- main
- 'release/**'
pull_request:
jobs:
lint-go:
name: "go"
uses: ./.github/workflows/job-lint-go.yml
with:
timeout: 5
go-version: 1.24
runner-for-linux: ubuntu-24.04
runner-for-freebsd: ubuntu-24.04
runner-for-macos: macos-15
# FIXME: this is currently failing in a nonsensical way, so, running on linux instead...
# runner-for-windows: windows-2022
runner-for-windows: ubuntu-24.04
lint-project-checks:
name: "project checks"
uses: ./.github/workflows/job-lint-project.yml
with:
timeout: 5
go-version: 1.24
runner: ubuntu-24.04
lint-other:
name: "other"
uses: ./.github/workflows/job-lint-other.yml
with:
timeout: 5
go-version: 1.24
runner: ubuntu-24.04