diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml deleted file mode 100644 index 90bf8fe..0000000 --- a/.github/workflows/nix.yml +++ /dev/null @@ -1,11 +0,0 @@ -on: [push, pull_request] -name: Basic Code Checks -jobs: - formatting-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4.1.1 - - uses: cachix/install-nix-action@v23 - with: - nix_path: nixpkgs=channel:nixos-unstable - - run: nix develop --command alejandra --check .