diff --git a/README.md b/README.md index cbf76d2..7c939d2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # ruff-action -A [GitHub Action](https://github.com/features/actions) to run -[Ruff](https://github.com/astral-sh/ruff). - -> [!TIP] +> [!NOTE] > -> This Action is a fork of [chartboost/ruff-action](https://github.com/ChartBoost/ruff-action), which is +> 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). + 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,