Add Github actions testing of style/unit

This is in addition to travis

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2020-01-04 21:39:21 -08:00
parent 30776589d5
commit 6dea22d324

16
.github/workflows/delivery.yml vendored Normal file
View File

@ -0,0 +1,16 @@
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
env:
CHEF_LICENSE: accept-no-persist