File tree Expand file tree Collapse file tree 6 files changed +2966
-0
lines changed
Expand file tree Collapse file tree 6 files changed +2966
-0
lines changed Original file line number Diff line number Diff line change @@ -147,3 +147,15 @@ jobs:
147147
148148 - name : Run integration tests
149149 run : bb integration-test
150+
151+ nix-build :
152+ needs : unit-test
153+ runs-on : ubuntu-latest
154+ steps :
155+ - uses : actions/checkout@v5
156+ - uses : cachix/install-nix-action@v31
157+ - run : nix develop --command deps-lock-update
158+ - run : |
159+ echo "checking if deps-lock.json is up to date"
160+ git diff --exit-code
161+ - run : nix build
Original file line number Diff line number Diff line change @@ -36,3 +36,4 @@ docs/CHANGELOG.md
3636docs /images /
3737
3838integration-test /stderr.txt
39+ reachability-metadata.json
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - Add nix flake build.
6+
57## 0.47.0
68
79- Support more providers login via ` /login ` .
You can’t perform that action at this time.
0 commit comments