Remove gh actions

This commit is contained in:
Sridhar Ratnakumar 2023-07-18 11:32:37 -04:00
parent eefec1426c
commit e22e395667

View File

@ -1,19 +0,0 @@
name: "CI"
on:
# Run only when pushing to master branch, and making PRs
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@v12
with:
name: srid
- name: Build 🔨
run: nix run github:srid/nixci