.github/workflows/lint-unit.yml
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.