File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 4848 WorkingDirectory : tests/srcTestRepo
4949 ShowSummaryOnSuccess : true
5050
51- # - name: Get changes
52- # uses: PSModule/GitHub-Script@v1
53- # id: get-lint-branch
54- # with:
55- # Script: |
56- # LogGroup 'List files' {
57- # Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
58- # }
59- # $random = Get-Random -Minimum 1000 -Maximum 9999
60- # $branch = "lint-$random"
61- # Set-GitHubOutput -Name lintBranch -Value $branch
62- # LogGroup "Create $branch branch" {
63- # git checkout -b $branch
64- # }
65- # LogGroup 'Commit changes for linting' {
66- # git add .
67- # git commit -m 'Stage changes for linting'
68- # }
69- # LogGroup 'Get changes' {
70- # git status
71- # }
72-
7351 - name : Lint documentation
74- uses :
super-linter/super-linter/[email protected] # 7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0 52+ uses :
super-linter/super-linter/[email protected] 7553 env :
7654 GITHUB_TOKEN : ${{ github.token }}
7755 VALIDATE_MARKDOWN : true
You can’t perform that action at this time.
0 commit comments