Skip to content

ci: sync with template repository #5

ci: sync with template repository

ci: sync with template repository #5

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/template/.github/actions/pre-commit@main
with:
autofix: true
token: ${{ secrets.GH_TOKEN }}