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: branches:
- master - master
jobs: jobs:
nixfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix fmt .
tests: tests:
needs: nixfmt needs: nixfmt
runs-on: ubuntu-latest runs-on: ubuntu-latest