Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from zachborboa/patch-1
Browse files Browse the repository at this point in the history
Clean up section headers
  • Loading branch information
brucearctor authored Mar 21, 2024
2 parents 42fd10b + 38ef108 commit 88d6702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88d6702

Please sign in to comment.