Skip to content

Fix malformed toml output from nested inline tables #27

Fix malformed toml output from nested inline tables

Fix malformed toml output from nested inline tables #27

Workflow file for this run

name: main
on: ['push', 'pull_request']
jobs:
main:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
pip install --user pyyaml tomli
cd example
make
./example
./check.py