Skip to content

feat(sentrykube): introduce additional possibilities to override config #130

feat(sentrykube): introduce additional possibilities to override config

feat(sentrykube): introduce additional possibilities to override config #130

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