Skip to content

add link checking GHA, carried over from travis #1

add link checking GHA, carried over from travis

add link checking GHA, carried over from travis #1

Workflow file for this run

name: check_links
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
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 awesome_bot *.md --allow-redirect --allow-ssl --allow-dupe