Skip to content

[pre-commit] automatic update (#52) #106

[pre-commit] automatic update (#52)

[pre-commit] automatic update (#52) #106

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
env:
SKIP: no-commit-to-branch
- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ failure() && contains(github.ref, '/pull/') }}