mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
7bacca9b62
## Summary AFAIK, many of us on the team are using prek now. It seems appropriate to modify the docs to formalize it.
21 lines
652 B
YAML
21 lines
652 B
YAML
# Configuration for the actionlint tool, which we run via prek
|
|
# to verify the correctness of the syntax in our GitHub Actions workflows.
|
|
|
|
self-hosted-runner:
|
|
# Various runners we use that aren't recognized out-of-the-box by actionlint:
|
|
labels:
|
|
- depot-ubuntu-24.04-4
|
|
- depot-ubuntu-latest-8
|
|
- depot-ubuntu-22.04-16
|
|
- depot-ubuntu-22.04-32
|
|
- depot-windows-2022-16
|
|
- depot-ubuntu-22.04-arm-4
|
|
- github-windows-2025-x86_64-8
|
|
- github-windows-2025-x86_64-16
|
|
- codspeed-macro
|
|
|
|
paths:
|
|
".github/workflows/mypy_primer.yaml":
|
|
ignore:
|
|
- 'condition "false" is always evaluated to false. remove the if: section'
|