Update README.md #80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test links | |
on: [push, pull_request] | |
jobs: | |
test: | |
name: Test links | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Set up Ruby | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 3.0 | |
# https://github.com/dkhamsing/awesome_bot | |
- name: Install awesome_bot | |
run: gem install awesome_bot | |
- name: Run awesome_bot link checks | |
run: awesome_bot README.md --allow-redirect --allow-dupe |