Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Bump dash from 0.34.0 to 2.15.0 in /boilerplates/dash #146

Bump dash from 0.34.0 to 2.15.0 in /boilerplates/dash

Bump dash from 0.34.0 to 2.15.0 in /boilerplates/dash #146

Workflow file for this run

name: ๐Ÿ‘พ validate links
on: [push, pull_request]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
unit:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: install awesome_bot
run: gem install awesome_bot
- name: validate URLs
run: awesome_bot README.md --allow-redirect --request-delay 0.4