Skip to content

Add example.py for usage and testing. Still al ot of changes and docu… #7

Add example.py for usage and testing. Still al ot of changes and docu…

Add example.py for usage and testing. Still al ot of changes and docu… #7

Workflow file for this run

name: CI
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install kaitaistruct