Remove flatdata-go: It has been in Beta for several years without any sign of getting closer to being useful #139
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: flatdata-py | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| workflow_dispatch: | |
| env: | |
| CARGO_TERM_COLORS: always | |
| jobs: | |
| Build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Dependencies | |
| uses: astral-sh/setup-uv@v6 | |
| - name: Run tests | |
| run: | | |
| cd flatdata-py | |
| uv run --with pytest --with ../flatdata-generator pytest -v | |
| pip install . | |
| flatdata-inspector --help | |