diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 86664e1..1fa9a8e 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -7,9 +7,5 @@ jobs: runs-on: ubuntu-latest-amd64 steps: - uses: actions/checkout@v3 - - name: Check Flake - uses: https://github.com/DeterminateSystems/flake-checker-action@v5 - with: - send-statistics: false - name: Install Nix uses: https://github.com/DeterminateSystems/nix-installer-action@v4