diff --git a/.github/workflows/linter.md b/.github/workflows/linter.md index ed213c6d..a4359613 100644 --- a/.github/workflows/linter.md +++ b/.github/workflows/linter.md @@ -114,7 +114,7 @@ jobs: | **`action-files`** | List of files or directories where GitHub Actions and workflows are located. | **false** | **string** |
./action.yml ./.github/workflows/\*\*/\*.yml ./actions/\*\*/\*.yml| | | Supports glob patterns. | | | | | | Leave empty to disable the check. | | | | -| **`lint-all`** | Run checks on all files, not just the changed ones. | **false** | **boolean** | `${{ github.event_name != 'pull_request' }}` | +| **`lint-all`** | Run checks on all files, not just the changed ones. | **false** | **boolean** | `$\{\{ github.event_name != 'pull_request' }}` |