infrastructure/.forgejo/workflows/test.yml

15 lines
287 B
YAML
Raw Normal View History

2023-06-07 14:47:37 +02:00
name: Nix
2023-06-07 14:03:42 +02:00
on: [push]
jobs:
lint:
runs-on: docker
steps:
- uses: actions/checkout@v3
2023-06-07 15:14:42 +02:00
- uses: https://github.com/cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
2023-06-07 15:09:58 +02:00
- name: Run `nix build`
run: nix --version