Skip to content

ci: sync with repository template #13

ci: sync with repository template

ci: sync with repository template #13

Workflow file for this run

name: pre-commit
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
pre-commit:
name: pre-commit
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- name: pre-commit
uses: liblaf/pre-commit-hooks@main
with:
commit: true