when: - event: push steps: - name: build image: nixos/nix commands: - nix-shell --pure --run 'make lint' - nix-shell --pure --run 'make fmt-check' - nix-shell --pure --run 'make test'