ci: add checkout command

This commit is contained in:
Ron de las Alas 2023-05-15 14:22:49 -04:00
parent fa7ce7a776
commit 64284f77aa

View file

@ -9,10 +9,12 @@ executors:
scratchjr-website-executor:
docker:
- image: cimg/node:17.0.0
resource_class: small
jobs:
setup_app:
executor: scratchjr-website-executor
steps:
- checkout
- run:
name: Install Dependencies
command: npm install