From baf2c4fb69a1e722c085d068b4dbeda6c16ab076 Mon Sep 17 00:00:00 2001 From: Robin Stumm Date: Tue, 18 Jan 2022 11:17:53 +0100 Subject: [PATCH] CI: do not run `go generate` unnecessarily --- actions/cicero/ci.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/cicero/ci.nix b/actions/cicero/ci.nix index f98af62e..71b6d7fc 100644 --- a/actions/cicero/ci.nix +++ b/actions/cicero/ci.nix @@ -47,7 +47,6 @@ std.behavior.onInputChange "start" name args (std.wrapScript "bash" (next: '' set -ex - go generate ./... lint ${lib.escapeShellArgs next} ''))