Skip to content

Commit b35ddc3

Browse files
committed
Run flake check before build
1 parent f9430e9 commit b35ddc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
with:
1616
name: ranfdev-geopard
1717
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
18-
- run: nix build
19-
- run: nix flake check
18+
- run: nix flake check
19+
- run: nix build

0 commit comments

Comments
 (0)