Implement workflow for building and testing library
All checks were successful
Build library & run tests / build (push) Successful in 18s

This commit is contained in:
Kodi Craft 2024-06-21 12:43:15 +02:00
parent c05091c5c2
commit 7c2c03aa40
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -0,0 +1,11 @@
name: Build library & run tests
on: [push]
jobs:
build:
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build & test
run: nix build