mirror of
https://github.com/actions/checkout.git
synced 2025-04-06 23:50:24 +02:00
Update README.md
This commit is contained in:
parent
3df79e0276
commit
6b71935c43
23
README.md
23
README.md
@ -1 +1,22 @@
|
||||
# checkout
|
||||
# checkout
|
||||
|
||||
This action checks out your repository so that your workflow operates from the root of the repository
|
||||
|
||||
# Usage
|
||||
|
||||
See [action.yml](action.yml)
|
||||
|
||||
Basic:
|
||||
```yaml
|
||||
actions:
|
||||
- uses: actions/checkout@latest
|
||||
- uses: actions/setup-node@latest
|
||||
with:
|
||||
version: 10.x
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
```
|
||||
|
||||
# License
|
||||
|
||||
The scripts and documentation in this project are released under the [MIT License](LICENSE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user