Skip to content

ukd nhs number validation functions #3

ukd nhs number validation functions

ukd nhs number validation functions #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
ci-pipeline:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
- name: Running pytest
id: pytest
run: |
python -m pytest
- name: Test build package
run: python -m build