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