Skip to content

Commit 5ba2c5e

Browse files
committed
Update github checks
1 parent d4af44b commit 5ba2c5e

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

.github/workflows/awesomebot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Check links in README.md
2+
3+
on:
4+
push:
5+
branches: [ '*' ]
6+
pull_request:
7+
branches: [ '*' ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v1
16+
- uses: docker://dkhamsing/awesome_bot:latest
17+
with:
18+
args: /github/workspace/Readme.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io

.github/workflows/checklinks.yml

-14
This file was deleted.

0 commit comments

Comments
 (0)