Skip to content

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

[WIP] [CI] cleanup series end-goal

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

Workflow file for this run

name: lint
on:
push:
branches:
- main
- 'release/**'
pull_request:
jobs:
lint-go:
- name: "go"

Check failure on line 12 in .github/workflows/workflow-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
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