on: push: pull_request_target: jobs: format: name: "nix fmt" steps: - uses: actions/checkout@v4 - run: nix fmt $(find ./ -regex '.*.nix$') -- --check