Nix CI #176

Merged
v merged 14 commits from ci into main 2023-06-08 09:58:00 +02:00
Showing only changes of commit 480eb1b2fb - Show all commits

View file

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