Skip to content

Merge pull request #41 from SanctumLabs/dependabot/pip/coverage-7.5.4 #153

Merge pull request #41 from SanctumLabs/dependabot/pip/coverage-7.5.4

Merge pull request #41 from SanctumLabs/dependabot/pip/coverage-7.5.4 #153

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
lint-pylint:
strategy:
matrix:
python-version: [ '3.12' ]
name: Pylint
uses: SanctumLabs/ci-workflows/.github/workflows/python-lint.yml@main
with:
command: make lint-pylint
python-version: ${{ matrix.python-version }}
packager: poetry