Skip to content

⬆️ Bump github/codeql-action from 3.28.1 to 3.28.2 #87

⬆️ Bump github/codeql-action from 3.28.1 to 3.28.2

⬆️ Bump github/codeql-action from 3.28.1 to 3.28.2 #87

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@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install pipenv
shell: bash
run: |
python -m pip install --upgrade pipenv
pipenv install --dev
- name: Type check with mypy
run: |
pipenv run mypy ./continuous_delivery_scripts