Skip to content

Implement project subclient #10

Implement project subclient

Implement project subclient #10

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry==1.6.1
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: poetry
- run: poetry install
- run: poetry run black --check .
- run: poetry run mypy --check .