formatting

This commit is contained in:
dni ⚡ 2023-10-16 13:24:13 +02:00 committed by Pavol Rusnak
parent c02e0618af
commit e522a53340

View file

@ -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