You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| **`codeql-languages`** | JSON array of languages to analyze with CodeQL. | **false** | **string** | `["actions"]` |
138
-
| | See <https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/>. | | | |
139
-
| | Leave empty to disable the check. | | | |
140
-
| **`action-files`** | List of files or directories where GitHub Actions and workflows are located. | **false** | **string** | <!-- textlint-disable --><pre lang="text">./action.yml ./.github/workflows/\*\*/\*.yml ./actions/\*\*/\*.yml</pre><!-- textlint-enable --> |
141
-
| | Supports glob patterns. | | | |
142
-
| | Leave empty to disable the check. | | | |
143
-
| **`lint-all`** | Run checks on all files, not just the changed ones. | **false** | **boolean** | `${{ github.event_name != 'pull_request' }}` |
| **`python-linter-toolchain`** | Lint toolchain to use for Super-Linter Python format validators. | **false** | **string** | `ruff-format` |
144
+
| | Supported values: black, ruff-format. | | | |
145
+
| **`codeql-languages`** | JSON array of languages to analyze with CodeQL. | **false** | **string** | `["actions"]` |
146
+
| | See <https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/>. | | | |
147
+
| | Leave empty to disable the check. | | | |
148
+
| **`action-files`** | List of files or directories where GitHub Actions and workflows are located. | **false** | **string** | <!-- textlint-disable --><pre lang="text">./action.yml ./.github/workflows/\*\*/\*.yml ./actions/\*\*/\*.yml</pre><!-- textlint-enable --> |
149
+
| | Supports glob patterns. | | | |
150
+
| | Leave empty to disable the check. | | | |
151
+
| **`lint-all`** | Run checks on all files, not just the changed ones. | **false** | **boolean** | `${{ github.event_name != 'pull_request' }}` |
0 commit comments