Remove the CI workflow, we use garnix.io instead.
This commit is contained in:
parent
862f26d3e4
commit
db1361d962
1 changed files with 0 additions and 27 deletions
27
.github/workflows/ci.yml
vendored
27
.github/workflows/ci.yml
vendored
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue