Compare commits
No commits in common. "b6809ab9b78518d4aaacbe382ea4d829cbdba215" and "be98b4b1c826cac94041535746e637175ef4db05" have entirely different histories.
b6809ab9b7
...
be98b4b1c8
1 changed files with 0 additions and 16 deletions
|
@ -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
|
Reference in a new issue