Skip to content

Input parameter names should be kebab-case #52

@fbzli

Description

@fbzli

The convention is kebab-case, however we currently use a mix of camelCase and snake_case.

on:
  workflow_call:
    inputs:
      workingDirectory:
        type: string
      setup_rust_tool_chain:
        type: boolean
      runs-on:
        type: string

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv2The next generation action

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions