diff options
| author | seth <[email protected]> | 2023-05-30 01:43:34 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-30 02:11:19 -0400 |
| commit | bad6165346f8b504662b3fa993791e9564a542cf (patch) | |
| tree | 30a501e4e17e2d87a8f03c91196f4ecdc96e5fb8 /.github/workflows/check.yml | |
| parent | 773f2decdf479c5a08c4fc0f7361f8de619aae40 (diff) | |
ci: separate workflows more + add more tests
Diffstat (limited to '.github/workflows/check.yml')
| -rw-r--r-- | .github/workflows/check.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml deleted file mode 100644 index 8460c2c..0000000 --- a/.github/workflows/check.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: check project - -on: - push: - paths: - - "**.lock" - - "**.nix" - - "**.rs" - - "**.toml" - - pull_request: - paths: - - "**.lock" - - "**.nix" - - "**.rs" - - "**.toml" - - workflow_dispatch: - -jobs: - check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - uses: cachix/install-nix-action@v21 - - - uses: cachix/cachix-action@v12 - with: - name: getchoo - authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - - - run: nix flake check --accept-flake-config -L |
