You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Ruff Check
0.0.239
GitHub Action for ruff
The path to run ruff on
Default "."
Format to output ruff messages in
Default "github"
Optional Optional ruff flags (refer to ruff --help
)
Default ""
None
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/'