Skip to content

Commit 8bbd23f

Browse files
🩹 [Patch]: Remove commented-out Get changes step from Action-Test workflow
1 parent 6ac64f6 commit 8bbd23f

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,8 @@ jobs:
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

0 commit comments

Comments
 (0)