aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
diff options
context:
space:
mode:
authorPhilipp Herzog2023-01-19 12:16:57 +0100
committerGitHub2023-01-19 12:16:57 +0100
commit8c9ea9605eed20528bf60fae35a2b613b901fd77 (patch)
treef367b6617aadabf502a1a6977e312bbd0beac40c /.github/workflows/check.yml
parenta5619f5660a00f58c2b7c16d89058e92327ac9b8 (diff)
Switch from buildkite CI to github-actions (#190)
Diffstat (limited to '')
-rw-r--r--.github/workflows/check.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
new file mode 100644
index 0000000..0a0642f
--- /dev/null
+++ b/.github/workflows/check.yml
@@ -0,0 +1,11 @@
+name: Nix flake check
+on: push
+
+jobs:
+ check:
+ runs-on: self-hosted
+ steps:
+ - uses: actions/checkout@v3
+
+ - name: check flake
+ run: nix flake check -L