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