Nix CI (#176)
All checks were successful
Lint / lint (push) Successful in 2s
Plex Update / update (push) Successful in 14s
Nix / lint (push) Successful in 2m55s

Co-authored-by: Victor <victor@xirion.net>
Reviewed-on: #176
This commit is contained in:
Vivian 2023-06-08 09:58:00 +02:00
parent 8288611ef9
commit 1403a1b2c0
3 changed files with 29 additions and 21 deletions

View file

@ -0,0 +1,20 @@
name: Nix
on: [push]
jobs:
lint:
runs-on: docker
env:
container:
image: ghcr.io/catthehacker/ubuntu:js-20.04
steps:
- uses: actions/checkout@v3
- uses: https://github.com/cachix/install-nix-action@v20
env:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run `nix flake check`
run: |
sed -i '/^access-tokens/ d' /etc/nix/nix.conf
nix run '.#' -- -V

View file

@ -1,12 +0,0 @@
name: Testing
on: [push]
jobs:
lint:
runs-on: docker
steps:
- uses: actions/checkout@v3
- run: ls -l
- run: uname -a