5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 10:46:56 +00:00
pre-commit-action/action.yml
2019-11-24 19:27:32 -08:00

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'