Skip to content

add .gitlab-ci.yml #144

add .gitlab-ci.yml

add .gitlab-ci.yml #144

Workflow file for this run

name: "nix"
on: [push]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cachix/install-nix-action@v27
- name: check if flake complies with default style
run: nix fmt -- -c .
check-eval:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cachix/install-nix-action@v27
- name: check if flake evaluates
run: nix flake check