Skip to content

Commit 9ec6115

Browse files
Add manual linter workflow trigger
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 8551524 commit 9ec6115

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/Linter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Linter
22

33
run-name: "Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
44

5-
on: [pull_request]
5+
on:
6+
pull_request:
7+
workflow_dispatch:
68

79
concurrency:
810
group: ${{ github.workflow }}-${{ github.ref }}
@@ -30,6 +32,7 @@ jobs:
3032
FILTER_REGEX_EXCLUDE: 'tests/src(TestRepo|WithManifestTestRepo)/src/classes/public/.*\.ps1$'
3133
VALIDATE_BIOME_FORMAT: false
3234
VALIDATE_GITHUB_ACTIONS: false
35+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
3336
VALIDATE_JSCPD: false
3437
VALIDATE_JSON_PRETTIER: false
3538
VALIDATE_MARKDOWN_PRETTIER: false

0 commit comments

Comments
 (0)