Files
awesome-gitea/.gitea/workflows/testlinks.yml
Sergey Karmanov 571d3f16c7
Some checks failed
lint / lint (push) Successful in 10s
testlinks / build (push) Failing after 20s
Обновить .gitea/workflows/testlinks.yml
2025-06-28 03:31:42 +03:00

20 lines
362 B
YAML

name: testlinks
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
- name: Checks
run: |
gem install awesome_bot
awesome_bot README.md --allow-ssl -a 302,429 -w xbmc/xbmc