Skip to content

chore(deps-dev): bump coverage from 7.6.9 to 7.6.10 #414

chore(deps-dev): bump coverage from 7.6.9 to 7.6.10

chore(deps-dev): bump coverage from 7.6.9 to 7.6.10 #414

Workflow file for this run

name: Lint
on:
- push
- pull_request
permissions:
contents: read
pull-requests: read
jobs:
lint-mypy:
strategy:
matrix:
python-version: [ '3.12' ]
name: mypy Type Checking
uses: SanctumLabs/ci-workflows/.github/workflows/python-lint.yml@main
with:
command: make lint-mypy
python-version: ${{ matrix.python-version }}
packager: poetry
lint-flake8:
strategy:
matrix:
python-version: [ '3.12' ]
name: Flake8
uses: SanctumLabs/ci-workflows/.github/workflows/python-lint.yml@main
with:
command: make lint-flake8
python-version: ${{ matrix.python-version }}
packager: poetry