mirror of
https://github.com/actions/setup-python.git
synced 2024-11-14 07:31:09 +07:00
Spelling & grammar
This commit is contained in:
parent
11c9de6408
commit
d0da811f3d
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
### Checkin
|
### Checkin
|
||||||
|
|
||||||
- Do checkin source (src)
|
- Do check in source (src)
|
||||||
- Do checkin a single index.js file after running `ncc`
|
- Do check in a single index.js file after running `ncc`
|
||||||
- Do not checkin node_modules
|
- Do not check in node_modules
|
||||||
|
|
||||||
### NCC
|
### NCC
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ In order to avoid uploading `node_modules` to the repository, we use [zeit/ncc](
|
|||||||
|
|
||||||
### Developing
|
### Developing
|
||||||
|
|
||||||
If you're developing locally you can run
|
If you're developing locally, you can run
|
||||||
```
|
```
|
||||||
npm install
|
npm install
|
||||||
tsc
|
tsc
|
||||||
@ -24,7 +24,7 @@ During the commit step, Husky will take care of formatting all files with [Prett
|
|||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
We ask that you include a link to a succesfull run that utilizes the changes you are working on. For example, if your changes are in the branch `newAwesomeFeature`, then show an example run that uses `setup-python@newAwesomeFeature` or `my-fork@newAwesomeFeature`. This will help speed up testing and help us confirm that there are no breaking changes or bugs.
|
We ask that you include a link to a successful run that utilizes the changes you are working on. For example, if your changes are in the branch `newAwesomeFeature`, then show an example run that uses `setup-python@newAwesomeFeature` or `my-fork@newAwesomeFeature`. This will help speed up testing and help us confirm that there are no breaking changes or bugs.
|
||||||
|
|
||||||
### Releases
|
### Releases
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user