Skip to content

learning goals refactoring #1178

learning goals refactoring

learning goals refactoring #1178

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