Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed May 4, 2024
1 parent aae2be0 commit f13fe6d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build project

on:
pull_request:
push:
workflow_dispatch:

jobs:
main:
runs-on: ubuntu-latest

steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- name: Build
run: nix build "github:$GITHUB_REPOSITORY/$GITHUB_SHA" -L

0 comments on commit f13fe6d

Please sign in to comment.