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
1 change: 1 addition & 0 deletions action-validator/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: action-validator
# Retag after Node 24 dependency bumps.
description: Runs action-validator on files tracked by Git.
inputs:
version:
Expand Down
1 change: 1 addition & 0 deletions actionlint/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: actionlint
# Retag after Node 24 dependency bumps.
description: Runs actionlint with color output
inputs:
version:
Expand Down
3 changes: 2 additions & 1 deletion auto-tagger/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Auto tagger
# Retag after Node 24 dependency bumps.
description: |
Creates a new version (tag+branch) for a repository based on the labels "major, minor, patch" associated with the current pull-request.

Expand Down Expand Up @@ -62,4 +63,4 @@ runs:
TAG_PREFIX: "${{ inputs.tag_prefix }}"
LATEST_TAG: "${{ steps.get_new_tag.outputs.new_tag }}"
FORCE_PUSH: "${{ inputs.force_push }}"
COMMIT_LATEST: "${{ inputs.commit_latest }}"
COMMIT_LATEST: "${{ inputs.commit_latest }}"
1 change: 1 addition & 0 deletions editorconfig-checker/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Editorconfig-Checker
# Retag after Node 24 dependency bumps.
description: Runs Editorconfig-Checker on files tracked by Git.
inputs:
version:
Expand Down
1 change: 1 addition & 0 deletions prettier/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Prettier
# Retag after Node 24 dependency bumps.
description: Run Prettier in check mode.
inputs:
patterns:
Expand Down
1 change: 1 addition & 0 deletions shellcheck/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: ShellCheck
# Retag after Node 24 dependency bumps.
description: Runs ShellCheck with colorful output
inputs:
version:
Expand Down