From: Jérôme Benoit Date: Mon, 24 Jun 2024 18:13:39 +0000 (+0200) Subject: build(ci): fix task name for autofix X-Git-Tag: v1.3.7~23 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e78454533d7ea81da471ea83e615215f8c578014;p=e-mobility-charging-stations-simulator.git build(ci): fix task name for autofix Signed-off-by: Jérôme Benoit --- 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