Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

fix(validate): pin ontology (#56) #36

fix(validate): pin ontology (#56)

fix(validate): pin ontology (#56) #36

Workflow file for this run

name: checks
on:
push:
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v3
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v15
with:
name: "${{ secrets.CACHIX_CACHE_NAME }}"
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: check code formatting
run: just nix::develop just fmt --check
- name: run unit tests
run: just nix::develop just test