Skip to content

build(deps): bump actions/checkout from 3 to 5 #128

build(deps): bump actions/checkout from 3 to 5

build(deps): bump actions/checkout from 3 to 5 #128

Workflow file for this run

name: Run tests
on:
pull_request:
jobs:
version-tests:
runs-on: ubuntu-22.04
strategy:
matrix:
version: [v1, v2]
steps:
- uses: actions/checkout@v5
- uses: "opensafely-core/setup-action@v1"
with:
install-just: true
- name: Build image
run: just build ${{ matrix.version }}
- name: Run tests
run: just test ${{ matrix.version }}
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: "opensafely-core/setup-action@v1"
with:
install-just: true
- name: Run linters
run: just check