From 3d3b07f244d8ced2b8cbe84b147db38b866794b6 Mon Sep 17 00:00:00 2001 From: adRn-s Date: Thu, 5 Sep 2024 09:29:10 +0200 Subject: [PATCH] disable pre-commit --- .github/workflows/deps.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index 235b68125..cec0c0f51 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -81,25 +81,25 @@ jobs: Run of `npm-check-updates` to update all node dependencies. - pre-commit: - if: github.repository == 'maxplanck-ie/parkour2' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 + # pre-commit: + # if: github.repository == 'maxplanck-ie/parkour2' + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + # - uses: actions/setup-python@v4 - - uses: browniebroke/pre-commit-autoupdate-action@main + # - uses: browniebroke/pre-commit-autoupdate-action@main - - uses: peter-evans/create-pull-request@v3 - with: - branch: update/pre-commit - title: Update pre-commit repos - body: Update all pre-commit repos. - delete-branch: true - labels: | - Dependencies - commit-message: | - Update pre-commit repos. + # - uses: peter-evans/create-pull-request@v3 + # with: + # branch: update/pre-commit + # title: Update pre-commit repos + # body: Update all pre-commit repos. + # delete-branch: true + # labels: | + # Dependencies + # commit-message: | + # Update pre-commit repos. - Run of `pre-commit-autoupdate` to update all repos. + # Run of `pre-commit-autoupdate` to update all repos.