Skip to content

fix ci, update readme, add clib.json #1

fix ci, update readme, add clib.json

fix ci, update readme, add clib.json #1

Workflow file for this run

name: Python Test
on:
push:
branches: [ main, master, develop ]
pull_request:
branches: [ main, master, develop, release-* ]
jobs:
iana-test-build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Check that IANA script runs
run: |
make