Files
gh-action-readme/testdata/example-action/action.yml
Ismo Vuorinen b80ecfce92 chore: even more linting, test fixes (#24)
* chore(lint): funcorder

* chore(lint): yamlfmt, ignored broken test yaml files

* chore(tests): tests do not output garbage, add coverage

* chore(lint): fix editorconfig violations

* chore(lint): move from eclint to editorconfig-checker

* chore(lint): add pre-commit, run and fix

* chore(ci): we use renovate to manage updates
2025-08-06 23:44:32 +03:00

21 lines
353 B
YAML

---
name: Example Action
description: 'Test Action for gh-action-readme'
inputs:
input1:
description: First input
required: true
default: foo
input2:
description: Second input
required: false
outputs:
result:
description: Result output
runs:
using: "node20"
main: "dist/index.js"
branding:
icon: check
color: green