From 1039068307b0ea20b0a81466cb4beb873b4a0b85 Mon Sep 17 00:00:00 2001 From: Ed Manlove Date: Thu, 7 Mar 2024 22:19:42 -0500 Subject: [PATCH] Switched travis.ci with Github Actions --- .github/workflows/ci.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..496c96b --- /dev/null +++ b/.github/workflows/ci.yml @@ -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