File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,34 +8,18 @@ name: ci
88 - main
99
1010jobs :
11- delivery :
12- runs-on : ubuntu-latest
13- steps :
14- - name : Check out code
15- uses : actions/checkout@v2
16- - name : Run Chef Delivery
17- uses : actionshub/chef-delivery@main
18- env :
19- CHEF_LICENSE : accept-no-persist
20-
21- yamllint :
22- runs-on : ubuntu-latest
23- steps :
24- - name : Check out code
25- uses : actions/checkout@v2
26- - name : Run yaml Lint
27- uses : actionshub/yamllint@main
28-
29- mdl :
30- runs-on : ubuntu-latest
31- steps :
32- - name : Check out code
33- uses : actions/checkout@v2
34- - name : Run Markdown Lint
35- uses : actionshub/markdownlint@main
11+ lint-unit :
12+ uses : sous-chefs/.github/.github/workflows/lint-unit.yml@0.0.3
13+ permissions :
14+ actions : write
15+ checks : write
16+ pull-requests : write
17+ statuses : write
18+ issues : write
3619
3720 integration :
38- needs : [mdl, yamllint, delivery]
21+ needs : " lint-unit"
22+
3923 runs-on : ubuntu-latest
4024 strategy :
4125 matrix :
You can’t perform that action at this time.
0 commit comments