mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-18 07:10:13 +02:00
Update README.md
This commit is contained in:
committed by
Charlie Marsh
parent
7e5f451d8a
commit
beb1d37bb7
@@ -1,14 +1,15 @@
|
||||
# ruff-action
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> This Action is a fork of
|
||||
> [chartboost/ruff-action](https://github.com/ChartBoost/ruff-action), which is
|
||||
> no longer maintained. The Action is largely unchanged, but will be updated in
|
||||
> a future major release.
|
||||
|
||||
A [GitHub Action](https://github.com/features/actions) to run
|
||||
[Ruff](https://github.com/astral-sh/ruff).
|
||||
|
||||
> [!TIP]
|
||||
>
|
||||
> This Action is a fork of [chartboost/ruff-action](https://github.com/ChartBoost/ruff-action), which is
|
||||
> no longer maintained. The Action is largely unchanged, but will be updated in
|
||||
> a future major release.
|
||||
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user