We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cb461 commit be3046bCopy full SHA for be3046b
.github/linters/.commitlintrc.yml renamed to .commitlintrc.yml
.github/workflows/super-linter.yml
@@ -21,17 +21,6 @@ jobs:
21
with:
22
fetch-depth: 0
23
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
-
35
- name: Run super-linter
36
uses: super-linter/super-linter/slim@v7.4.0
37
env:
0 commit comments