aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.buildkite/pipeline.yml8
-rw-r--r--.github/workflows/check.yml11
2 files changed, 11 insertions, 8 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
deleted file mode 100644
index 72bb999..0000000
--- a/.buildkite/pipeline.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
-#
-# SPDX-License-Identifier: MPL-2.0
-
-steps:
- - label: Check Nix flake
- commands:
- - nix-unstable flake check -L
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