Skip to content

Feat: Created SDK

Feat: Created SDK #44

Workflow file for this run

name: mypy paste.py 🐍
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: 3.11
cache: true
cache-dependency-path: "**/pdm.lock"
- name: Install dependencies
run: pdm install
- name: Run mypy
run: pdm mypy