build(ci): fix task name for autofix
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Jun 2024 18:13:39 +0000 (20:13 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Jun 2024 18:13:39 +0000 (20:13 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/autofix.yml

index a4f8c8914a2290b6923bafa0bc52ca4208bf4a05..cd26beb2f8e042f43de74a0405f210715a3cd73e 100644 (file)
@@ -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