Skip to content

Commit

Permalink
disable pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Sep 5, 2024
1 parent 7f57f27 commit 3d3b07f
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3d3b07f

Please sign in to comment.