Skip to content

Commit 5c48d98

Browse files
Automated PR: Standardising Files (#717)
* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <[email protected]> * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <[email protected]> --------- Signed-off-by: kitchen-porter <[email protected]>
1 parent 7482a0d commit 5c48d98

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.markdownlint-cli2.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ config:
33
line-length: false # MD013
44
no-duplicate-heading: false # MD024
55
reference-links-images: false # MD052
6+
ignores:
7+
- .github/copilot-instructions.md

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Standardise files with files in sous-chefs/repo-management
1010

1111
Standardise files with files in sous-chefs/repo-management
1212

13+
Standardise files with files in sous-chefs/repo-management
14+
15+
Standardise files with files in sous-chefs/repo-management
16+
1317
## 11.1.6 - *2024-05-02*
1418

1519
## 11.1.5 - *2024-05-02*

kitchen.dokken.yml

+10
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ platforms:
1717
image: dokken/almalinux-9
1818
pid_one_command: /usr/lib/systemd/systemd
1919

20+
- name: almalinux-10
21+
driver:
22+
image: dokken/almalinux-10
23+
pid_one_command: /usr/lib/systemd/systemd
24+
2025
- name: amazonlinux-2023
2126
driver:
2227
image: dokken/amazonlinux-2023
@@ -27,6 +32,11 @@ platforms:
2732
image: dokken/centos-stream-9
2833
pid_one_command: /usr/lib/systemd/systemd
2934

35+
- name: centos-stream-10
36+
driver:
37+
image: dokken/centos-stream-10
38+
pid_one_command: /usr/lib/systemd/systemd
39+
3040
- name: debian-11
3141
driver:
3242
image: dokken/debian-11

0 commit comments

Comments
 (0)