Skip to content

Update README.md

Update README.md #40

Workflow file for this run

name: Check links
on:
push:
pull_request:
schedule:
- cron: "0 0 16 * *"
jobs:
check_links:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Remove folders that do not care about broken links
run: |
rm -rf DevelopmentDesign
- uses: gaurav-nelson/github-action-markdown-link-check@v1
#- uses: lycheeverse/[email protected]
# with:
# fail: true