Skip to content

Commit 5697942

Browse files
committed
chore: simplify lint.yml - use centralized validation workflow
1 parent 2d0d286 commit 5697942

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,6 @@ permissions:
99
contents: read
1010

1111
jobs:
12-
markdown:
13-
name: Markdown
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17-
- uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22.0.0
18-
19-
yamllint:
20-
name: YAML
21-
runs-on: ubuntu-latest
22-
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24-
- uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
25-
26-
shellcheck:
27-
name: ShellCheck
28-
runs-on: ubuntu-latest
29-
steps:
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31-
- uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
32-
with:
33-
severity: error
34-
env:
35-
SHELLCHECK_OPTS: -x
36-
3712
validate:
3813
name: Skill Validation
3914
uses: netresearch/skill-repo-skill/.github/workflows/validate.yml@main

0 commit comments

Comments
 (0)