Skip to content

feat: add github actions #10

feat: add github actions

feat: add github actions #10

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make build