mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 09:10:16 +03:00
wrap submodule command PR test
This commit is contained in:
parent
5c3ccc22eb
commit
a395eb81ec
3 changed files with 11 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
## Submitting a pull request
|
||||
|
||||
1. Fork and clone the repository
|
||||
1. Configure and install the dependencies: `npm install`
|
||||
1. Configure and install the dependencies: `npm ci`
|
||||
1. Create a new branch: `git checkout -b my-branch-name`
|
||||
1. Make your change, add tests, and make sure the tests still pass: `npm run test`
|
||||
1. Make sure your code is correctly formatted: `npm run format`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue