Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Meeting notes and slides for 19 September 2023 #278

Meeting notes and slides for 19 September 2023

Meeting notes and slides for 19 September 2023 #278

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- uses: pre-commit/action@v3.0.0