Skip to content

chore!: 2024-02-10 19:09:12 +0100 #36

chore!: 2024-02-10 19:09:12 +0100

chore!: 2024-02-10 19:09:12 +0100 #36

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Test
run: nix flake check