Skip to content

Add Indaba notebook and Flower DL.ai course #4

Add Indaba notebook and Flower DL.ai course

Add Indaba notebook and Flower DL.ai course #4

Workflow file for this run

name: Validate Links
on:
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * 0' # Run weekly
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress './README.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}