Skip to content

test-kitchen/.github

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.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published