Skip to content

docs: correct the place write contract, install port, and repo tour #450

docs: correct the place write contract, install port, and repo tour

docs: correct the place write contract, install port, and repo tour #450

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.12']
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
run: python -m unittest discover -s tests -v