Skip to content

Fixes

Fixes #10

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Placeholder checks
run: echo "Add language-specific linters/tests here (Python, C++, etc.)"