mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-09 06:31:38 +02:00
formatting
This commit is contained in:
parent
c02e0618af
commit
e522a53340
14
.github/workflows/nix.yml
vendored
14
.github/workflows/nix.yml
vendored
@ -3,8 +3,8 @@ name: LNbits CI / nix
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
paths:
|
paths:
|
||||||
- 'flake.nix'
|
- 'flake.nix'
|
||||||
- 'flake.lock'
|
- 'flake.lock'
|
||||||
@ -21,8 +21,8 @@ jobs:
|
|||||||
nix:
|
nix:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v23
|
- uses: cachix/install-nix-action@v23
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- run: nix build
|
- run: nix build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user