X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fautofix.yml;h=3d75cf085eba605402a31d1fb7ec9ad956a733d4;hb=64c14c99f9902d4e96f2a2cd404e536e0584a629;hp=cd26beb2f8e042f43de74a0405f210715a3cd73e;hpb=8b001f4a52dc6923e101657df2529a05941a9f40;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index cd26beb2..3d75cf08 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -2,7 +2,7 @@ name: autofix.ci on: pull_request: push: - branches: ['main'] + branches: [main] permissions: contents: read @@ -22,7 +22,6 @@ jobs: poetry install --no-root poetry run task format - - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: