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,17 @@ 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
3922 runs-on : ubuntu-latest
4023 strategy :
4124 matrix :
8265 os : ${{ matrix.os }}
8366
8467 lua_test :
85- needs : [mdl, yamllint, delivery]
68+ needs : lint-unit
8669 runs-on : ubuntu-latest
8770 strategy :
8871 matrix :
10790 os : ${{ matrix.os }}
10891
10992 configtest :
110- needs : [mdl, yamllint, delivery]
93+ needs : lint-unit
11194 runs-on : ubuntu-latest
11295 strategy :
11396 matrix :
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ PreCommit:
1111 enabled : true
1212 required_executable : ' cookstyle'
1313 command : ["cookstyle"]
14- Delivery :
15- enabled : true
16- required_executable : ' delivery'
17- flags : ['local', 'all']
1814CommitMsg :
1915 HardTabs :
2016 enabled : true
Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ This file is used to list changes made in each version of the haproxy cookbook.
55## Unreleased
66
77- Remove delivery folder
8+ - Standardise files with files in sous-chefs/repo-management
9+ - Migrate to new workflow pipelines
810
911## 12.2.2 - * 2021-10-05*
1012
13+ - Update supported platforms in README.md
14+
1115## 12.2.1 - * 2021-08-30*
1216
1317- Standardise files with files in sous-chefs/repo-management
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Dangerfile
6161examples/*
6262features/*
6363Guardfile
64- kitchen.yml*
64+ kitchen* .yml
6565mlc_config.json
6666Procfile
6767Rakefile
You can’t perform that action at this time.
0 commit comments