Skip to content

Add the June and July 2023 Steering Council updates. #123

Add the June and July 2023 Steering Council updates.

Add the June and July 2023 Steering Council updates. #123

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