Remove the CI workflow, we use garnix.io instead.

This commit is contained in:
r-vdp 2023-04-27 00:20:03 +02:00
parent 862f26d3e4
commit db1361d962
No known key found for this signature in database

View file

@ -1,27 +0,0 @@
name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: "nix"
steps:
- uses: "actions/checkout@v3"
- uses: "cachix/install-nix-action@master"
with:
github_access_token: "${{ secrets.GITHUB_TOKEN }}"
- name: "Build"
run: |
nix build '.#system-manager'
- name: "Run tests"
run: |
nix flake check