Commit 522e800
committed
feat(ci): Add GitHub Actions workflow example for Ruff
- Introduce `.github/workflows/ruff-check.yml` demonstrating how to:
- Checkout the repo
- Set up Python 3.13
- Install and run Ruff using `astral-sh/[email protected]`
- Ensures the `ruff.toml` configuration is validated on push and PR to `main`
- Provides a template for future CI integrations and customizations1 parent 903475f commit 522e800
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments