Skip to content

Convert README to Markdown and mention ini2toml #21

Convert README to Markdown and mention ini2toml

Convert README to Markdown and mention ini2toml #21

Workflow file for this run

name: tox
on: [push, pull_request]
jobs:
tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install tox
- run: pip install --editable .
- run: tox -e py