Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Feb 3, 2024
1 parent 55ed912 commit 2d3fc9e
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,9 @@ on:

jobs:
pre-commit-fix:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: pre-commit/[email protected]
- uses: gr2m/create-or-update-pull-request-action@v1
if: always()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit-message: "chore: fix pre-commit"
author: "pre-commit <[email protected]>"
branch: ${{ github.head_ref }}
pre-commit:
needs: pre-commit-fix
if: always()
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down

0 comments on commit 2d3fc9e

Please sign in to comment.