Skip to content

Commit be3046b

Browse files
committed
ci: remove work-around for resolved issues
Signed-off-by: Yi Huang <yi@secondstate.io>
1 parent 59cb461 commit be3046b

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed
File renamed without changes.

.github/workflows/super-linter.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Work around super-linter
25-
shell: bash
26-
run: |
27-
# Work-around for config file detection
28-
cp .github/linters/.commitlintrc.yml .commitlintrc.yml
29-
# Work-around for SHA detection
30-
# https://github.com/super-linter/super-linter/issues/6316#issuecomment-2510205626
31-
if [[ '${{ github.event_name }}' == 'pull_request' ]]; then
32-
echo 'GITHUB_BEFORE_SHA=${{ github.event.pull_request.base.sha }}' >> "${GITHUB_ENV}"
33-
fi
34-
3524
- name: Run super-linter
3625
uses: super-linter/super-linter/slim@v7.4.0
3726
env:

0 commit comments

Comments
 (0)