This commit is contained in:
brucearctor
2023-04-02 20:34:03 -07:00
parent 403a32e32b
commit ed9d6e65a4
2 changed files with 46 additions and 2 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
name: "Ruff GH Action"
description: "A GH Action of Ruff, the extremely fast Python linter."
author: "Austin Bennett and the Ruff Community"
author: "The Ruff Community"
inputs:
args:
description:
"Arguments passed to Ruff. Use `ruff --help` to see available options.
"Arguments passed to Ruff. Use `ruff --help` to see available options.
Default: 'check'"
required: false
default: "check"