Skip to content

Merge pull request #206 from eksubin/patch-1 #29

Merge pull request #206 from eksubin/patch-1

Merge pull request #206 from eksubin/patch-1 #29

Workflow file for this run

name: Verify if links are still reachable
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
verify-links:
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 --allow-redirect --allow 403,429