Skip to content

🐛 Ensure that if a fetch fails it retries with authentication in the same way as clone #258

🐛 Ensure that if a fetch fails it retries with authentication in the same way as clone

🐛 Ensure that if a fetch fails it retries with authentication in the same way as clone #258

Workflow file for this run

name: "Run type checker"
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install pipenv
shell: bash
run: |
python -m pip install --upgrade pipenv "setuptools<81"
pipenv install --dev
- name: Type check with mypy
run: |
pipenv run mypy ./continuous_delivery_scripts