Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 382 Bytes

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.