Skip to content

Isolate two execution modes in main function #146

Isolate two execution modes in main function

Isolate two execution modes in main function #146

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 3
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: jpetrucciani/ruff-check@main
- run: pip install mypy
- run: mypy .