Skip to content

Add self-plug section #35

Add self-plug section

Add self-plug section #35

Workflow file for this run

name: "Git Hooks"
on:
workflow_dispatch:
push:
branches:
- main
pull_request: ~
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run-prek:
name: prek run --all-files
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run prek
uses: j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5