/test-action

Repo I use for testing actions

Primary LanguageRubyApache License 2.0Apache-2.0

chef-delivery

CI State

A Github Action to run Chef Delivery on a cookbook

Usage

name: delivery

on: [push, pull_request]

jobs:
  delivery:

    runs-on: ubuntu-latest

    steps:
    - name: Check out code
      uses: actions/checkout@master
    - name: Run Chef Delivery
      uses: actionshub/chef-delivery@master