Skip to content

Commit

Permalink
Add missing --- to awesomebot config
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Block <jpb@unixorn.net>
  • Loading branch information
unixorn committed Jul 20, 2023
1 parent ca28ddc commit 79628f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/awesomebot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Check links in README.md

on:

Check warning on line 4 in .github/workflows/awesomebot.yml

View workflow job for this annotation

GitHub Actions / Megalint Code Base

4:1 [truthy] truthy value should be one of [false, true]

Check warning on line 4 in .github/workflows/awesomebot.yml

View workflow job for this annotation

GitHub Actions / Megalint Code Base

4:1 [truthy] truthy value should be one of [false, true]
Expand All @@ -15,4 +16,4 @@ jobs:
- uses: actions/checkout@v3

Check failure on line 16 in .github/workflows/awesomebot.yml

View workflow job for this annotation

GitHub Actions / Megalint Code Base

16:5 [indentation] wrong indentation: expected 6 but found 4

Check failure on line 16 in .github/workflows/awesomebot.yml

View workflow job for this annotation

GitHub Actions / Megalint Code Base

16:5 [indentation] wrong indentation: expected 6 but found 4
- uses: docker://dkhamsing/awesome_bot:latest
with:
args: /github/workspace/README.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/chocolate-factory-engineering-docs
args: /github/workspace/README.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/chocolate-factory-engineering-docs

0 comments on commit 79628f7

Please sign in to comment.