mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-09 16:04:47 +01:00
formatting
This commit is contained in:
parent
c02e0618af
commit
e522a53340
1 changed files with 7 additions and 7 deletions
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…
Add table
Reference in a new issue