Skip to content

fix(kube): Ignore empty override files #186

fix(kube): Ignore empty override files

fix(kube): Ignore empty override files #186

Workflow file for this run

name: type-checking
on:
pull_request:
jobs:
typing:
name: "mypy typing"
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Make environment
run: make install-all-dependencies
- name: Run strict mypy
run: make cli-typecheck