mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2025-01-05 13:00:49 -05:00
Update and rename ruby.yml to awesome.yml
This commit is contained in:
parent
8f3fbdf52b
commit
dcd01f3054
17
.github/workflows/awesome.yml
vendored
Normal file
17
.github/workflows/awesome.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user