Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

rules:
custom:
- name: "input-names-kebab-case"
description: "Ensure action input names use kebab-case"
# This regex looks for keys in the inputs section of an action metadata file
# It allows lowercase letters, numbers, and hyphens.
pattern: '^inputs\.[a-z0-9-]+$'
message: "input name must be kebab-case (lowercase and hyphens only)"
Loading
Loading