mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-21 16:30:14 +02: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 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