Обновить .gitea/workflows/testlinks.yml
This commit is contained in:
@ -4,12 +4,17 @@ on:
|
|||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_urls:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- uses: actions/checkout@v3
|
||||||
uses: actions/checkout@v2
|
- name: Set up Ruby 2.6
|
||||||
- name: Link check action
|
uses: ruby/setup-ruby@v1
|
||||||
uses: adriancoman/link-checks-action@0.1.0
|
with:
|
||||||
with:
|
ruby-version: '2.6'
|
||||||
file-to-check: "README.md"
|
- name: Checks
|
||||||
|
run: |
|
||||||
|
gem install awesome_bot
|
||||||
|
awesome_bot README.md --allow-ssl -a 302,429 -w xbmc/xbmc
|
Reference in New Issue
Block a user