infrastructure/.forgejo/workflows/test.yml
Victor 8beda2d89a
Some checks failed
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 10s
Nix / lint (push) Failing after 16s
try nix installer 2
2023-06-07 15:10:28 +02:00

13 lines
261 B
YAML

name: Nix
on: [push]
jobs:
lint:
runs-on: docker
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
- name: Run `nix build`
run: nix --version