Skip to content

Commit 8c9ea96

Browse files
authored
Switch from buildkite CI to github-actions (#190)
1 parent a5619f5 commit 8c9ea96

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/check.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Nix flake check
2+
on: push
3+
4+
jobs:
5+
check:
6+
runs-on: self-hosted
7+
steps:
8+
- uses: actions/checkout@v3
9+
10+
- name: check flake
11+
run: nix flake check -L

0 commit comments

Comments
 (0)