Skip to content

Commit

Permalink
test docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
ramitsurana authored Apr 27, 2021
1 parent 5087b92 commit 852ada8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install awesome Bot
run: gem install awesome_bot
- name: Check Docs Links
Expand Down

0 comments on commit 852ada8

Please sign in to comment.