Skip to content

Fix sources in task conditions #24

Fix sources in task conditions

Fix sources in task conditions #24

Workflow file for this run

name: Mypy
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Lint
run: |
make lint