Skip to content

Commit

Permalink
Use awesome_bot
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Nov 25, 2022
1 parent 5bc6a85 commit dddc86a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Tester

on: [push, pull_request]

permissions:
contents: read

jobs:
tester:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install Dependencies
run: gem install awesome_bot
- name: Test
run: awesome_bot README.md --allow-redirect --allow-dupe

0 comments on commit dddc86a

Please sign in to comment.