when: - event: pull_request steps: - name: "Run check fmt" image: docker.nix-community.org/nixpkgs/nix-flakes commands: - nix fmt - git diff