Skip to content

Commit 2d9afa1

Browse files
Update check_poc.yml
1 parent f14c97c commit 2d9afa1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/check_poc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
fetch-depth: 1
13-
- name: prepare
13+
- name: Prepare
1414
run: |
1515
cd $GITHUB_WORKSPACE && \
16-
wget https://github.com/chaitin/xray/releases/download/0.16.5/xray_linux_amd64.zip > /dev/null && \
16+
wget -nv https://github.com/chaitin/xray/releases/download/0.17.0/xray_linux_amd64.zip && \
1717
pip3 install yamllint && \
18-
unzip xray_linux_amd64.zip
19-
- name: check poc
18+
unzip xray_linux_amd64.zip && \
19+
echo 'update:
20+
check: false' > config.yaml
21+
- name: Check POC
2022
run: |
2123
cd $GITHUB_WORKSPACE && \
2224
./xray_linux_amd64 poclint --poc "./pocs/*" --rules filename,filepath,yamlschema,yamllint,cellint

0 commit comments

Comments
 (0)