mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-02 03:02:35 +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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- main
|
||||
- dev
|
||||
paths:
|
||||
- 'flake.nix'
|
||||
- 'flake.lock'
|
||||
@ -21,8 +21,8 @@ jobs:
|
||||
nix:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v23
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: nix build
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v23
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: nix build
|
||||
|
Loading…
x
Reference in New Issue
Block a user