Skip to content

Merge pull request #22 from ebmdatalab/dependabot/pip/pip-tools-7.3.0 #76

Merge pull request #22 from ebmdatalab/dependabot/pip/pip-tools-7.3.0

Merge pull request #22 from ebmdatalab/dependabot/pip/pip-tools-7.3.0 #76

Workflow file for this run

---
name: CI
on:
push:
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.10"
install-just: true
- name: Check formatting, linting and import sorting
run: just check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.10"
install-just: true
- name: Run tests
# env: # Add environment variables required for tests
run: |
just test