Move nonbillable pydantic models from invoicing-private-data #421
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate institute list | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| run-unit-tests: | |
| name: Validate institute list | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out code | |
| uses: actions/checkout@v6 | |
| - name: Set up python | |
| uses: actions/setup-python@v6 | |
| with: | |
| python-version: '3.12' | |
| - name: Install dependencies | |
| run: | | |
| pip install -r requirements.txt | |
| - name: Validate institute list | |
| run: | | |
| python -m process_report.institute_list_validate --github |