Skip to content

refactor: update README.md #9

refactor: update README.md

refactor: update README.md #9

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Test with pytest
run: |
pip install pytest
pytest