mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-05 23:09:47 +00:00
fix markdown list
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user