Skip to content

docs: link specialization and course titles to Coursera (#1) #6

docs: link specialization and course titles to Coursera (#1)

docs: link specialization and course titles to Coursera (#1) #6

Workflow file for this run

name: Docs
on:
push:
branches: [main]
paths:
- "capstones/**"
- "README.md"
pull_request:
branches: [main]
paths:
- "capstones/**"
- "README.md"
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate capstone structure
run: make test
- name: Check for broken links
run: make lint