Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Apr 1, 2024
1 parent 9cb9ea9 commit 9c80b0f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,12 @@ jobs:
name: docs
path: ${{ github.workspace }}

- name: Commit docs for linting
id: commit-docs
shell: pwsh
run: |
Get-ChildItem -Recurse | Select-Object -ExpandProperty FullName | Sort-Object
# - name: Commit docs for linting
# id: commit-docs
# shell: pwsh
Expand All @@ -526,11 +532,11 @@ jobs:
- name: Lint documentation
uses: super-linter/super-linter/slim@latest
env:
DEFAULT_BRANCH: main
DEFAULT_WORKSPACE: ${{ github.workspace }}
DEFAULT_BRANCH: ${{ github.head_ref }}
# DEFAULT_WORKSPACE: ${{ github.workspace }}
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
GITHUB_TOKEN: ${{ github.token }}
# RUN_LOCAL: true
RUN_LOCAL: true
VALIDATE_ALL_CODEBASE: false

PublishModule:
Expand Down

0 comments on commit 9c80b0f

Please sign in to comment.