Update and rename ruby.yml to awesome.yml

This commit is contained in:
pe3zx 2019-10-21 23:11:40 +07:00 committed by GitHub
parent 8f3fbdf52b
commit dcd01f3054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/awesome.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Ruby
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Build and test with Rake
run: |
gem install awesome_bot
awesome_bot README.md --white-list LICENSE,emailrep.io --allow-ssl --allow-redirect