Skip to content

Commit 0022e7c

Browse files
committed
github-ci: initial commit
1 parent d2ef72b commit 0022e7c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/flake-check.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
pull_request:
3+
push:
4+
branches: [main]
5+
6+
jobs:
7+
build:
8+
name: Build Nix targets
9+
runs-on: ubuntu-22.04
10+
steps:
11+
- uses: actions/checkout@v3
12+
- name: Install Nix
13+
uses: DeterminateSystems/nix-installer-action@v3
14+
- name: Build default package
15+
run: nix flake check

0 commit comments

Comments
 (0)