Skip to content

docs: update changelog #70

docs: update changelog

docs: update changelog #70

Workflow file for this run

name: "Test"
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v16
with:
name: devenv
- name: Install devenv.sh
run: nix profile add nixpkgs#devenv
- run: devenv shell ./scripts/tests.sh