Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenum committed Jul 27, 2024
1 parent 44271bc commit 3d879ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-solaar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Build solaar"
on:
pull_request:

jobs:
Build-Package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build

0 comments on commit 3d879ab

Please sign in to comment.