Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/test-kitchen/.github


https://github.com/test-kitchen/.github

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Reusable Workflows

## Lint and Unit Test

- `.github/workflows/lint-unit.yml`

## Usage

Include the following in your workflow:

```yaml
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.