feat: Add basic CI configuration

This commit is contained in:
Jean-Gabriel Gill-Couture 2025-05-28 14:40:19 -04:00
parent 6e7148a945
commit f4ef895d2e

View File

@ -0,0 +1,14 @@
name: Run Check Script
on:
push:
pull_request:
jobs:
check:
runs-on: rust-cargo
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run check script
run: bash check.sh