Skip to content

docs: add instructions for installing with nix #10

docs: add instructions for installing with nix

docs: add instructions for installing with nix #10

Workflow file for this run

name: Test & Release
on:
push:
branches:
- main
- release
pull_request:
jobs:
release:
name: Test & Release
runs-on: ubuntu-latest
steps:
- name: Check Out Code
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Configure Cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install Npm Dependencies
run: nix develop --command npm ci
- name: Test
run: nix develop --command npm test
- name: Release If Appropriate
run: nix develop --command npm run semantic-release