mirror of
https://github.com/actions/setup-python.git
synced 2024-11-09 01:03:33 -05:00
Use shorter command
Co-Authored-By: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
parent
b7d744ca11
commit
c881de7f35
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ ncc build src/setup-python.ts
|
||||||
```
|
```
|
||||||
Any files generated using `tsc` will be added to `lib/`, however those files also are not uploaded to the repository and are exluded using `.gitignore`.
|
Any files generated using `tsc` will be added to `lib/`, however those files also are not uploaded to the repository and are exluded using `.gitignore`.
|
||||||
|
|
||||||
During the commit step, Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier) (to run manually, use `prettier --write **/*.ts`).
|
During the commit step, Husky will take care of formatting all files with [Prettier](https://github.com/prettier/prettier) (to run manually, use `npm run format`).
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue