Skip to content

Bump black from 24.4.0 to 24.4.2 #194

Bump black from 24.4.0 to 24.4.2

Bump black from 24.4.0 to 24.4.2 #194

Workflow file for this run

---
name: CI
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.8"
install-just: true
- name: Check formatting, linting and import sorting
run: just check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.8"
install-just: true
- name: Run tests
run: |
just test