Skip to content

github-action/require-action-run-name

Require a string action run-name.

📖 Rule Details

This rule reports when action has no run-name or not a string.

yaml
run-name: Cut a release
correct
yaml
# empty file
incorrect
yaml
# no run-name
name: Release
incorrect
yaml
# run-name is empty
run-name:
incorrect

🔧 Options

Nothing.

🚀 Version

This rule was introduced in eslint-plugin-github-action v0.0.9

🔍 Implementation