mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2024-10-01 07:45:36 -04:00
18 lines
516 B
YAML
18 lines
516 B
YAML
name: my-infosec-awesome
|
|
|
|
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 awesome_bot
|
|
run: |
|
|
gem install awesome_bot
|
|
awesome_bot README.md --white-list LICENSE,emailrep.io,ghostproject.fr,"github.com/pe3zx/my-infosec-awesome/actions","tuts4you.com/download.php?list.17" --allow-ssl --allow-redirect --allow 429
|