mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-15 05:50:13 +02:00
docs: Explain that the default behaviour is ruff check (#142)
This tripped me up, I use ruff for both checking & formatting and expected it to do both by default.
This commit is contained in:
@@ -4,8 +4,8 @@ A GitHub Action to run [ruff](https://github.com/astral-sh/ruff).
|
||||
|
||||
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).
|
||||
configuration. Though it runs `ruff check` by default, the action can do
|
||||
anything `ruff` can (ex, fix).
|
||||
|
||||
## Contents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user