fix markdown list

This commit is contained in:
GrantBirki
2023-10-31 17:35:26 -06:00
parent 5fd885c701
commit 986aac3b5b

View File

@ -49,13 +49,13 @@ need to perform some initial setup steps before you can develop your action.
npm install
```
2. :building_construction: Package the TypeScript for distribution
1. :building_construction: Package the TypeScript for distribution
```bash
npm run bundle
```
3. :white_check_mark: Run the tests
1. :white_check_mark: Run the tests
```bash
$ npm test