Skip to content

check: bulletproof error handling in process checks #7

check: bulletproof error handling in process checks

check: bulletproof error handling in process checks #7

Workflow file for this run

name: Smoke test
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
smoke:
name: Smoke test / python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
cache: 'pip'
cache-dependency-path: |
pyproject.toml
- name: Install dependencies
run: |
python -m pip install .
- run: nimp check status