Skip to content

Merge pull request #39 from NN708/main #118

Merge pull request #39 from NN708/main

Merge pull request #39 from NN708/main #118

Workflow file for this run

name: test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
strategy:
matrix:
python-version: ['3.11', '3.12', '3.13', '3.14']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Check code format
run: |
pip install black
black --check --exclude version.py .
- name: Check config sanity
run: python3 utils/check-config.py includes/