Skip to content

Update dependency mypy to v1.8.0 #26

Update dependency mypy to v1.8.0

Update dependency mypy to v1.8.0 #26

Workflow file for this run

name: "Lint"
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
DEFAULT_PYTHON: 3.12
jobs:
ruff:
name: "Ruff"
runs-on: "ubuntu-latest"
steps:
- name: Checkout the repository
uses: "actions/checkout@v4

Check failure on line 21 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yaml

Invalid workflow file

You have an error in your yaml syntax on line 21
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v3
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Run
run: python3 -m ruff check .