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
# Token for marking the status of linter run in the Checks section.
@@ -127,7 +127,7 @@ jobs:
127
127
| **`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 --> |
128
128
| | Supports glob patterns. | | | |
129
129
| | Leave empty to disable the check. | | | |
130
-
| **`lint-all`** | Run checks on all files, not just the changed ones. | **false** | **boolean** | `$\{\{ github.event_name != 'pull_request' }}` |
130
+
| **`lint-all`** | Run checks on all files, not just the changed ones. | **false** | **boolean** | `${{ github.event_name != 'pull_request' }}` |
0 commit comments