Skip to content

Add initial text for homework 5 #177

Add initial text for homework 5

Add initial text for homework 5 #177

Workflow file for this run

name: Checks
on: push
jobs:
markdown-link-check:
name: All Markdown links are valid
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/[email protected]
check-snippet-compilation:
name: All code snippets compile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check that all snippets compile
run: |
pip install pipenv
cd scripts
pipenv install
pipenv run python3 validate_code_snippets.py --project-folder ../