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:
16
.github/workflows/delivery.yml
vendored
Normal file
16
.github/workflows/delivery.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user