Skip to content

restructured added timings and expanded content #1177

restructured added timings and expanded content

restructured added timings and expanded content #1177

Workflow file for this run

# Check if any links are broken
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 development_design
- uses: lycheeverse/[email protected]
with:
fail: true