Skip to content

Commit aeae711

Browse files
committed
ci: Adding validate-manfiest yaml
1 parent c01441c commit aeae711

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Validate manifest.json
2+
3+
on: push
4+
5+
defaults:
6+
run:
7+
shell: python
8+
working-directory: ./scripts
9+
10+
jobs:
11+
validate:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Checkout repository
16+
uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 1
19+
20+
- name: Load and Validate
21+
run:
22+
pip3 install requests
23+
24+
python validate.py

0 commit comments

Comments
 (0)