Skip to content

Commit 6015a83

Browse files
authored
Create validate-collector.yml
1 parent 32a2403 commit 6015a83

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
on:
3+
push:
4+
5+
jobs:
6+
container-test-job:
7+
runs-on: ubuntu-latest
8+
container:
9+
image: netpicker/api
10+
options: --cpus 1
11+
steps:
12+
- uses: actions/checkout@v3
13+
- name: Run yaml tests
14+
env:
15+
JWT_SECRET: xxx
16+
run: collect-rules -p comfy.plugin --co -vvv --rootdir $PWD $PWD

0 commit comments

Comments
 (0)