Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DjangoCheckJobProps

Props to configure the Django check job.

Hierarchy

  • DjangoCheckJobProps

Index

Properties

Optional black

black: boolean

Check the project with black?

default

true

Optional flake8

flake8: boolean

Check the project with flake8?

default

true

Optional id

id: string

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

default

no suffix

Optional path

path: string

Location of the Django project within the repo.

default

"."

projectName

projectName: string

Name of the Django project to test.

Optional pythonVersion

pythonVersion: string

Python version to test the project with.

default

"3.8-buster"

Generated using TypeDoc