Update broken links and replace Travis with Github Actions (#108)

This commit is contained in:
Przemysław Dąbek
2021-12-09 02:04:47 +01:00
committed by GitHub
parent a55b57a0ab
commit e28a1f5ccb
3 changed files with 35 additions and 30 deletions
+18
View File
@@ -0,0 +1,18 @@
name: AwesomeBot
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5.3
- run: gem install awesome_bot
- run: awesome_bot README.md --allow-dupe --allow-redirect