Skip to content

Mention office hours in the README for awareness #138

Mention office hours in the README for awareness

Mention office hours in the README for awareness #138

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Check README is up-to-date
run: |
make check