Skip to content

Commit

Permalink
Merge pull request #50 from serokell/philtaken/replace-buildkite
Browse files Browse the repository at this point in the history
Replace buildkite ci with github-actions
  • Loading branch information
PhilTaken authored Jan 19, 2023
2 parents 4daebcb + 2cdb9e1 commit 491311d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .buildkite/pipeline.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: nix flake check
on: push


jobs:
check:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3

- name: check
run: nix flake check -L

0 comments on commit 491311d

Please sign in to comment.