mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
add nix flake workflow check
This commit is contained in:
parent
10af0a5513
commit
292a9efc4f
1 changed files with 13 additions and 0 deletions
13
.github/workflows/nix.yml
vendored
Normal file
13
.github/workflows/nix.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: "Nix"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout tree
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- run: nix develop -L .# -c dune build @runtest @check
|
||||
Loading…
Add table
Reference in a new issue