Skip to content

non-custodial lightning receive. #81

non-custodial lightning receive.

non-custodial lightning receive. #81

Workflow file for this run

name: Server CI
on:
pull_request:
paths:
- "server/**"
- "scripts/**"
- "Cargo.toml"
- "Cargo.lock"
- ".github/workflows/server.yml"
push:
branches:
- master
paths:
- "server/**"
- "scripts/**"
- "Cargo.toml"
- "Cargo.lock"
- ".github/workflows/server.yml"
jobs:
server_build_and_test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: ✨ Check formatting
run: nix develop .#server --command bash -c "cargo fmt --check"
- name: 🧪 Run tests
run: nix develop .#server --command bash -c "cargo test"