Files
vercel__next.js/sgconfig.yml
Will Binns-Smith 5628c26e3e Add ast-grep GitHub Action (#68540)
This uses the official ast-grep GitHub Action [0] to run our ast-grep
lints on changes.

Test Plan: CI

[0] https://github.com/ast-grep/action
2024-08-05 12:54:12 -07:00

9 lines
244 B
YAML

# yaml-language-server: $schema=https://raw.githubusercontent.com/ast-grep/ast-grep/main/schemas/project.json
ruleDirs:
- .config/ast-grep/rules
testConfigs:
- testDir: .config/ast-grep/rule-tests
utilDirs:
- .config/ast-grep/rule-utils