Skip to content

fix: ctl:ruleRemoveTargetById to support whole-collection exclusion #4939

fix: ctl:ruleRemoveTargetById to support whole-collection exclusion

fix: ctl:ruleRemoveTargetById to support whole-collection exclusion #4939

Workflow file for this run

name: Lint (pre-commit)
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Install Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
with:
go-version: 1.25.x
cache: true
- run: go run mage.go lint