Add github actions workflows

Signed-off-by: Nathan Rew <[email protected]>
This commit is contained in:
Nathan Rew 2021-06-30 16:03:48 -05:00
parent 27071cb9c8
commit 44ae45aa83

View file

@ -32,5 +32,6 @@ jobs:
- name: Checks - name: Checks
run: | run: |
gem install awesome_bot gem install awesome_bot
git diff origin/master -U0 README.md | grep --perl-regexp --only-matching "(?<=^\+).*" >> temp.md
awesome_bot -f temp.md --allow-redirect --skip-save-results --allow 202 --white-list < tests/awesomebot_whitelist.txt awesome_bot -f temp.md --allow-redirect --skip-save-results --allow 202 --white-list < tests/awesomebot_whitelist.txt