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.
af513c7a016048ae468971c52ed77d9562c7c819
checkout
This action checks out your repository so that your workflow operates from the root of the repository
Usage
See action.yml
Basic:
steps:
- 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%