Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
11 changes: 0 additions & 11 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@ jobs:
with:
fetch-depth: 0

- name: Work around super-linter
shell: bash
run: |
# Work-around for config file detection
cp .github/linters/.commitlintrc.yml .commitlintrc.yml
# Work-around for SHA detection
# https://github.com/super-linter/super-linter/issues/6316#issuecomment-2510205626
if [[ '${{ github.event_name }}' == 'pull_request' ]]; then
echo 'GITHUB_BEFORE_SHA=${{ github.event.pull_request.base.sha }}' >> "${GITHUB_ENV}"
fi

- name: Run super-linter
uses: super-linter/super-linter/slim@v7.4.0
env:
Expand Down