infrastructure/.forgejo/workflows/nix.yml
Victor d06e76a0fd
Some checks failed
Plex Update / update (push) Successful in 9s
Lint / lint (push) Successful in 2s
Nix / lint (push) Failing after 13s
test
2023-06-07 15:22:17 +02:00

16 lines
363 B
YAML

name: Nix
on: [push]
jobs:
lint:
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:js-20.04
steps:
- uses: actions/checkout@v3
- uses: https://github.com/cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run `nix flake check`
run: nix run '.#' -- -V