Skip to content

Commit

Permalink
Switched travis.ci with Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove committed Mar 8, 2024
1 parent 80d565a commit 1039068
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Awesome-(Ro)Bot

on:
pull_request:
branches: [ '*' ]
push:
branches: [ '*' ]

jobs:
test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install gem
run: gem install awesome_bot
- name: Check links
run: |
awesome_bot README.md --allow-dupe

0 comments on commit 1039068

Please sign in to comment.