Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/test-kitchen/.github
https://github.com/test-kitchen/.github
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/test-kitchen/.github
- Owner: test-kitchen
- Created: 2020-03-18T17:16:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T00:11:23.000Z (9 months ago)
- Last Synced: 2024-04-14T05:31:17.995Z (8 months ago)
- Size: 16.6 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
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.