From e78454533d7ea81da471ea83e615215f8c578014 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 24 Jun 2024 20:13:39 +0200 Subject: [PATCH] build(ci): fix task name for autofix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index a4f8c891..cd26beb2 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -20,7 +20,7 @@ jobs: - working-directory: tests/ocpp-server run: | poetry install --no-root - poetry run task lint + poetry run task format - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 -- 2.34.1