Skip to content

Fix ToJSON ChannelType instance (#72) #79

Fix ToJSON ChannelType instance (#72)

Fix ToJSON ChannelType instance (#72) #79

Workflow file for this run

name: "Build"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build 🔨
run: |
nix build .#calamity -L
- name: Flake checks 🧪
run: |
nix --option sandbox false build .#check -L