Skip to content

helpers/runJSON: unmarshal json #50

helpers/runJSON: unmarshal json

helpers/runJSON: unmarshal json #50

Workflow file for this run

name: "check"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
workflow_dispatch:
jobs:
check-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@main
- name: Check formatting
run: nix fmt -- -c .
check-eval:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 1
- uses: DeterminateSystems/nix-installer-action@main
- name: Check flake evaluation
run: nix flake check --all-systems