diff options
| author | seth <[email protected]> | 2023-05-20 00:02:08 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-20 00:02:08 -0400 |
| commit | 93665b52d2a822416cc239fd1bffe048482695d6 (patch) | |
| tree | bbac4bab9d07a3230de5befea9ffa7e4a74cc5ef /.github/workflows/ci.yaml | |
| parent | 4c9e7e5e97e0c5b100a8301649084bb1040c644d (diff) | |
stop using github pages
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml deleted file mode 100644 index ebe17b6..0000000 --- a/.github/workflows/ci.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: ci - -on: - pull_request: - branches: [main] - push: - branches: [main] - -jobs: - format: - runs-on: ubuntu-latest - - steps: - - name: checkout repository - uses: actions/checkout@v3 - - - name: install nix - uses: cachix/install-nix-action@v20 - - - uses: cachix/cachix-action@v12 - with: - name: getchoo - authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - - - name: build - run: nix build |
