File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.eve
55on :
66 workflow_dispatch :
77 pull_request :
8+ push :
9+ branches :
10+ - main
811 schedule :
912 - cron : ' 0 0 * * *'
1013
@@ -45,22 +48,11 @@ jobs:
4548 WorkingDirectory : tests/srcTestRepo
4649 ShowSummaryOnSuccess : true
4750
48- - name : Get changes
49- uses : PSModule/GitHub-Script@v1
50- with :
51- Script : |
52- LogGroup "List files" {
53- Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
54- }
55- LogGroup "Commit changes" {
56- git add tests/srcTestRepo/outputs/docs/
57- git commit -m "Update documentation"
58- }
59-
6051 - name : Lint documentation
6152 uses : super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
6253 env :
6354 GITHUB_TOKEN : ${{ github.token }}
55+ DEFAULT_BRANCH : main
6456 VALIDATE_MARKDOWN : true
6557 VALIDATE_NATURAL_LANGUAGE : true
6658 VALIDATE_ALL_CODEBASE : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
You can’t perform that action at this time.
0 commit comments