1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix Commonmark issues

This commit is contained in:
Rachael Sewell
2023-06-01 13:56:17 -07:00
parent 85675f9f81
commit a45822b457
30 changed files with 215 additions and 221 deletions

View File

@@ -45,15 +45,15 @@ Before you begin, you'll need to download Node.js and create a public {% data va
1. From your terminal, change directories into your new repository.
```shell{:copy}
cd hello-world-javascript-action
```
```shell{:copy}
cd hello-world-javascript-action
```
1. From your terminal, initialize the directory with npm to generate a `package.json` file.
```shell{:copy}
npm init -y
```
```shell{:copy}
npm init -y
```
## Creating an action metadata file