github: remove workflows

Since Hercules CI is in use now, GitHub Actions are not necessarily required
This commit is contained in:
matthewcroughan
2023-05-20 10:14:24 +01:00
committed by Matthew Croughan
parent 2c07278c72
commit 343962fd6f

View File

@@ -1,12 +0,0 @@
name: build
on: [pull_request, push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check