Skip to content

Ruff Check

Actions
GitHub action to run ruff on your python repository
0.9.2
Latest
Star (13)

ruff-check

GitHub Action for ruff

Inputs

path

The path to run ruff on

Default "."

format

Format to output ruff messages in

Default "github"

flags

Optional Optional ruff flags (refer to ruff --help)

Default ""

Outputs

None

Example usage

uses: jpetrucciani/ruff-check@main

# or specify a path!
uses: jpetrucciani/ruff-check@main
with:
  path: '.'

# or specify more flags!
uses: jpetrucciani/ruff-check@main
with:
  flags: '--exclude ./env/'

Ruff Check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub action to run ruff on your python repository
0.9.2
Latest

Ruff Check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.