Skip to content

Commit abf4579

Browse files
committed
simplify code-health
1 parent d8999f3 commit abf4579

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/code-health.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ on:
88
workflow_dispatch:
99

1010
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"
1711
build:
1812
runs-on: ubuntu-latest
1913
permissions: {}
@@ -44,11 +38,6 @@ jobs:
4438
make tools
4539
echo "::add-matcher::.github/actionlint-matcher.json"
4640
actionlint -color
47-
shell: bash
48-
shellcheck:
49-
runs-on: ubuntu-latest
50-
permissions: {}
51-
steps:
52-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53-
- name: Run ShellCheck
41+
shell: bash
42+
- name: shellcheck
5443
uses: bewuethr/shellcheck-action@d01912909579c4b1a335828b8fca197fbb8e0aa4

0 commit comments

Comments
 (0)