Compare commits

..

No commits in common. "b6809ab9b78518d4aaacbe382ea4d829cbdba215" and "be98b4b1c826cac94041535746e637175ef4db05" have entirely different histories.

View file

@ -1,16 +0,0 @@
name: Check
on: [push]
jobs:
check:
runs-on: ubuntu-latest-amd64
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
with:
init: none
planner: linux
github-token: null
- run: nix flake check --keep-going