summaryrefslogtreecommitdiffstats
path: root/.github/workflows/check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check.yml')
-rw-r--r--.github/workflows/check.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index f918324..197443c 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -10,19 +10,6 @@ env:
CARGO_TERM_COLOR: always
jobs:
- checks:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3.2.0
- - uses: cachix/install-nix-action@v18
- with:
- nix_path: nixpkgs=channel:nixos-unstable
- - uses: cachix/cachix-action@v12
- with:
- name: cloudmqtt
- # If you chose API tokens for write access OR if you have a private cache
- authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- - run: nix --extra-experimental-features "nix-command flakes" flake check
license:
runs-on: ubuntu-latest
steps: