Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReactCheckJobProps

Optional props to configure the React check job.

Hierarchy

  • ReactCheckJobProps

Index

Properties

Properties

Optional id

id: string

A custom id to append onto job name and ids. Useful when using multiple instances of ReactCheckJob in a single workflow.

default

no suffix

Optional nodeVersion

nodeVersion: string

Node version to test the project with.

default

"14"

Optional path

path: string

Location of the React project within the repo

default

"."

Generated using TypeDoc