Skip to content

docs: TS authoring API VRS node, examples, and a README to match #11

docs: TS authoring API VRS node, examples, and a README to match

docs: TS authoring API VRS node, examples, and a README to match #11

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
nix:
name: nix flake check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake check --print-build-logs