Skip to content

Update README.md [added Hacken and SpearbitDAO for audits] #192

Update README.md [added Hacken and SpearbitDAO for audits]

Update README.md [added Hacken and SpearbitDAO for audits] #192

Workflow file for this run

name: URLs
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install awesome_bot
run: gem install awesome_bot
- name: Check URLs
run: awesome_bot README.md --allow-redirect --request-delay 0.2