-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
26 lines (26 loc) · 793 Bytes
/
Copy pathaction.yml
File metadata and controls
26 lines (26 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: "Git Commit Check"
description: "Git commit check based on certain rules."
author: "Iceflower S"
branding:
icon: "git-commit"
color: "orange"
inputs:
validator_file:
description: "Filepath to a validator file, relative to the root of the repository."
required: false
validator:
description: "Name of builtin validator: 'regex', 'simpletag'"
required: false
options:
description: 'Each line is a separate option passed to the validator (key: "value").'
required: false
platform:
description: "Platform to use: 'github' or 'forgejo'. If empty it will be automatically detected."
required: false
token:
description: "GitHub/Forgejo token"
required: false
default: ${{ github.token }}
runs:
using: "node24"
main: "dist/index.js"