Skip to content

Commit 070ac20

Browse files
committed
Add workflow
1 parent bfc81a7 commit 070ac20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/yamllint.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ jobs:
1616
yamllint_comment: true
1717
yamllint_config_filepath: 'yamllint-config.yml'
1818
env:
19-
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
- name: 'Schema Validation'
21+
run: |
22+
npm i -g yaml-schema-validator
23+
schema validate -e -f package-list.yaml -s schema.yml

0 commit comments

Comments
 (0)