Skip to content

Commit

Permalink
📦 Add link check action (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechWiz-3 authored Oct 10, 2022
1 parent e07a066 commit 2757f57
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Link-check
on:
schedule:
- cron: '0 0 * * 1' # every monday
push:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run linksafe
uses: TechWiz-3/linksafe@main
with:
whitelist_links: "https://pybit.es/articles/codechallenge38/"

0 comments on commit 2757f57

Please sign in to comment.