Skip to content

TODO: choose a json2csv library #6

TODO: choose a json2csv library

TODO: choose a json2csv library #6

Workflow file for this run

name: python
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: davidkhala/poetry-buildpack@main
with:
test-entry-point: pytest
tests: py/tests
working-directory: py
env:
GITHUB_TOKEN: ${{secrets.PAT}}