Skip to content

Commit 5c96c0b

Browse files
authored
Merge pull request #14 from netresearch/feat/add-skill-validation-ci
feat: add skill validation CI job
2 parents f520644 + 9c65704 commit 5c96c0b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/lint.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Lint
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
validate:
13+
name: Skill Validation
14+
uses: netresearch/skill-repo-skill/.github/workflows/validate.yml@main

0 commit comments

Comments
 (0)