diff --git a/.forgejo/workflows/uwu.yaml b/.forgejo/workflows/uwu.yaml deleted file mode 100644 index 45a5b6d..0000000 --- a/.forgejo/workflows/uwu.yaml +++ /dev/null @@ -1,9 +0,0 @@ -on: - push: - branches: [main] -jobs: - tests: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: nix flake check