Skip to content

Various improvements for v0.10 #91

Various improvements for v0.10

Various improvements for v0.10 #91

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
name: pre-commit
jobs:
pre-commit:
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: pre-commit/[email protected]
- uses: stefanzweifel/git-auto-commit-action@v5
if: '!cancelled()'
with:
commit_message: pre-commit autofixes