From ceb2ca0c66b5813ced8d02ed053dba2f50511780 Mon Sep 17 00:00:00 2001 From: Michael Barroco Date: Thu, 25 Jan 2024 10:06:59 +0100 Subject: [PATCH] Fix hygiene ci step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5dca4065..9f88ba019 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Python lint run: make python-lint - name: Automated hygiene verification - run: make check-hygiene + run: make hygiene - name: Shell lint run: make shell-lint - name: Go lint