Skip to content

Merge pull request #378 from opensafely-core/aw/fix-ci #651

Merge pull request #378 from opensafely-core/aw/fix-ci

Merge pull request #378 from opensafely-core/aw/fix-ci #651

Workflow file for this run

---
name: CI
on:
push:
jobs:
check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: "opensafely-core/setup-action@v1"
with:
install-just: true
install-uv: true
cache: uv
- name: Check formatting, sorting, and linting
run: just check
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: "opensafely-core/setup-action@v1"
with:
install-just: true
install-uv: true
cache: uv
- name: Run tests
run: just test