Skip to content

chore(deps): update pypa/gh-action-pypi-publish digest to 2f6f737 #91

chore(deps): update pypa/gh-action-pypi-publish digest to 2f6f737

chore(deps): update pypa/gh-action-pypi-publish digest to 2f6f737 #91

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Setup and run pre-commit
uses: pre-commit/action@v3.0.0
- name: Setup pdm
uses: pdm-project/setup-pdm@v3
with:
python-version: "3.11"
cache: true
- name: Install dependencies
run: pdm install
- name: Enforce types with mypy
run: pdm type-check