Skip to content

test-kitchen/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reusable Workflows

Lint and Unit Test

  • .github/workflows/lint-unit.yml

Usage

Include the following in your workflow:

jobs:
  lint-unit:
    uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main
    with:
    bundle_with: "chefstyle"
    bundle_without: "development"

The options above are the default values, so you can omit them if you want.