Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit d2173ed

Browse files
authored
Fix code block formatting in README.md
Updated code blocks in README.md to use proper formatting.
1 parent 1b06fcc commit d2173ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
116116

117117
If you plan to attach an IAM role to the EC2 runner with the `iam-role-name` parameter, you will need to allow additional permissions:
118118

119-
```
119+
```json
120120
{
121121
"Version": "2012-10-17",
122122
"Statement": [
@@ -139,7 +139,7 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
139139

140140
If you use the `aws-resource-tags` parameter, you will also need to allow the permissions to create tags:
141141

142-
```
142+
```json
143143
{
144144
"Version": "2012-10-17",
145145
"Statement": [
@@ -187,15 +187,15 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
187187

188188
For Amazon Linux 2023:
189189

190-
```
190+
```shell
191191
sudo dnf update -y && \
192192
sudo dnf install docker git libicu -y && \
193193
sudo systemctl enable docker
194194
```
195195

196196
For Amazon Linux 2:
197197

198-
```
198+
```shell
199199
sudo yum update -y && \
200200
sudo yum install docker git libicu -y && \
201201
sudo systemctl enable docker

0 commit comments

Comments
 (0)