Remove GitHub action

This commit is contained in:
Andre
2025-07-01 11:26:23 -04:00
parent 6038f6ebd2
commit 9ac3df2a02

View File

@@ -5,12 +5,6 @@ on:
branches:
- master
jobs:
nixfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix fmt .
tests:
needs: nixfmt
runs-on: ubuntu-latest