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 d8999f3 commit abf4579Copy full SHA for abf4579
.github/workflows/code-health.yml
@@ -8,12 +8,6 @@ on:
8
workflow_dispatch:
9
10
jobs:
11
- code-health: # required PR check
12
- needs: [build, lint, shellcheck]
13
- runs-on: ubuntu-latest
14
- permissions: {}
15
- steps:
16
- - run: echo "job must have some step"
17
build:
18
runs-on: ubuntu-latest
19
permissions: {}
@@ -44,11 +38,6 @@ jobs:
44
38
make tools
45
39
echo "::add-matcher::.github/actionlint-matcher.json"
46
40
actionlint -color
47
- shell: bash
48
- shellcheck:
49
50
51
52
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53
- - name: Run ShellCheck
41
+ shell: bash
42
+ - name: shellcheck
54
43
uses: bewuethr/shellcheck-action@d01912909579c4b1a335828b8fca197fbb8e0aa4
0 commit comments