mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
9 lines
228 B
YAML
9 lines
228 B
YAML
name: pre-commit
|
|
description: run pre-commit and optionally commit back to the pull request
|
|
inputs:
|
|
token:
|
|
description: github token to clone / push with
|
|
required: false
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|