Skip to content

Commit e255667

Browse files
docs: add GitHub Actions CI section to README
1 parent 9f723ba commit e255667

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,15 @@ ruff check . --fix
4949

5050
# Format code according to Ruff’s rules
5151
ruff format .
52-
```
52+
```
53+
54+
## CI with GitHub Actions
55+
56+
This repository includes a GitHub Actions workflow (`.github/workflows/ruff.yml`) that on every push or pull request to `main` will:
57+
58+
- Check out the code
59+
- Set up Python 3.13
60+
- Run Ruff via the official action
61+
- Verify formatting with `ruff format --check`
62+
63+
To customize, edit `.github/workflows/ruff.yml` or adjust your `ruff.toml`.

0 commit comments

Comments
 (0)