Skip to content

Remove 404'd and fruity links #113

Remove 404'd and fruity links

Remove 404'd and fruity links #113

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Install awesome_bot
run: gem install awesome_bot
- name: Check links
run: awesome_bot -f README.md --set-timeout 10 --allow-redirect --white-list twitter.com/addyosmani,github.com/sindresorhus/awesome --skip-save-results