Skip to content

feat(lib): add __main__.py #4

feat(lib): add __main__.py

feat(lib): add __main__.py #4

Workflow file for this run

name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
cache: true
- name: Install
run: pdm install
- name: Sanity check
run: ./tests/test.sh