debug
This commit is contained in:
parent
480eb1b2fb
commit
9e0e52bb4a
1 changed files with 3 additions and 5 deletions
|
@ -6,17 +6,15 @@ jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
env:
|
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:
|
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:
|
run: |
|
||||||
GITHUB_TOKEN:
|
cat /etc/nix/nix.conf
|
||||||
run: nix run '.#' -- -V
|
nix run '.#' -- -V
|
||||||
|
|
Loading…
Add table
Reference in a new issue