diff options
author | Philipp Herzog | 2023-01-19 12:16:57 +0100 |
---|---|---|
committer | GitHub | 2023-01-19 12:16:57 +0100 |
commit | 8c9ea9605eed20528bf60fae35a2b613b901fd77 (patch) | |
tree | f367b6617aadabf502a1a6977e312bbd0beac40c /.buildkite/pipeline.yml | |
parent | a5619f5660a00f58c2b7c16d89058e92327ac9b8 (diff) |
Switch from buildkite CI to github-actions (#190)
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 8 |
1 files changed, 0 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 |