mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 22:54:28 -05:00
Update links to point to Astral org (#4949)
This commit is contained in:
@@ -53,7 +53,7 @@ alongside any other editor through the [Ruff LSP](https://github.com/astral-sh/r
|
||||
Ruff can also be used as a GitHub Action via [`ruff-action`](https://github.com/chartboost/ruff-action).
|
||||
|
||||
By default, `ruff-action` runs as a pass-fail test to ensure that a given repository doesn't contain
|
||||
any lint rule violations as per its [configuration](https://github.com/charliermarsh/ruff/blob/main/docs/configuration.md).
|
||||
any lint rule violations as per its [configuration](https://github.com/astral-sh/ruff/blob/main/docs/configuration.md).
|
||||
However, under-the-hood, `ruff-action` installs and runs `ruff` directly, so it can be used to
|
||||
execute any supported `ruff` command (e.g., `ruff check --fix`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user