Clean up section headers

This commit is contained in:
Zach Borboa
2024-03-07 05:05:40 -05:00
committed by GitHub
parent 42fd10b26e
commit 38ef108542
+2 -2
View File
@@ -6,10 +6,10 @@ Ruff can now be used as a [GitHub Action](https://github.com/features/actions).
This action is commonly used as a pass/fail test to ensure your repository stays clean, abiding the [Rules](https://docs.astral.sh/ruff/rules/) specified in your configuration. Though it runs `ruff`, the action can do anything `ruff` can (ex, fix).
Compatibility
### Compatibility
This action is known to support all GitHub-hosted runner OSes. In addition, only published versions of Ruff are supported (i.e. whatever is available on PyPI).
Usage
### Usage
Create a file (ex: `.github/workflows/ruff.yml`) inside your repository with:
```yaml