CI #751
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
schedule: | |
- cron: '0 0 * * 0' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Setup Ruby for use with actions | |
uses: actions/setup-ruby@v1 | |
- name: Test README.md | |
run: | | |
gem install awesome_bot | |
awesome_bot --allow-ssl --request-delay 1 README.md -w "dfir.org,reddit.com,securizame.com" |