This repository has been archived on 2026-07-22 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
bf4af63534d79cb0712d8c86d8f2404844fa5a79
checkout
This action checks out your repository so that your workflow operates from the root of the repository
Usage
See action.yml
Basic:
actions:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
version: 10.x
- run: npm install
- run: npm test
License
The scripts and documentation in this project are released under the MIT License
Description
Archived immutable actions/checkout snapshot for Tau release workflow bootstrap at 11d5960a326750d5838078e36cf38b85af677262.
https://github.com/actions/checkout
Languages
TypeScript
95.2%
Shell
4.3%
Dockerfile
0.3%
JavaScript
0.1%