Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Update Starbucks store data #1345

Update Starbucks store data

Update Starbucks store data #1345

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: yarn
- run: yarn lint