未验证 提交 3daf3a8d 编写于 作者: B borgified 提交者: GitHub

Improve url checker (#3702)

* improvements to check_urls

make check have a more descriptive name
produce output file instead

* upload artifacts

* a

* change file to trigger test

* put things back
上级 c843790e
name: check_urls
name: Check URLs from changed files
on: [push, pull_request]
jobs:
job:
......@@ -13,4 +13,7 @@ jobs:
with:
ruby-version: 2.4.1
- run: gem install awesome_bot
- run: for i in ${{ steps.file_changes.outputs.files_modified }}; do echo; echo "processing $i"; awesome_bot $i --allow-redirect --allow-dupe --skip-save-results --allow-ssl; done
- run: for i in ${{ steps.file_changes.outputs.files_modified }}; do echo; echo "processing $i"; awesome_bot $i --allow-redirect --allow-dupe --allow-ssl || true; done
- uses: actions/upload-artifact@v2
with:
path: ${{ github.workspace }}/*.json
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册