mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-06-11 14:40:45 +00:00
Fix wildcard src input
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ inputs:
|
||||
required: false
|
||||
default: "check"
|
||||
src:
|
||||
description: "Source to run Ruff. Defaults to the current directory."
|
||||
description: "Source path(s) or @actions/glob pattern(s) to run Ruff on. Defaults to the current workspace."
|
||||
required: false
|
||||
default: ${{ github.workspace }}
|
||||
version:
|
||||
|
||||
Reference in New Issue
Block a user