infrastructure/.forgejo/workflows/test.yml
Victor a372558665
All checks were successful
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 20s
Nix / lint (push) Successful in 1m11s
specific container
2023-06-07 15:16:29 +02:00

16 lines
352 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 build`
run: nix --version