Skip to content

add stores props in LocationStateProvider #76

add stores props in LocationStateProvider

add stores props in LocationStateProvider #76

Workflow file for this run

name: Check
on:
pull_request:
branches: [main]
jobs:
Test:
runs-on: ubuntu-latest
timeout-minutes: 30
name: Run check project
steps:
- uses: actions/checkout@v3
- name: Install and cache nodejs
uses: actions/setup-node@v3
with:
node-version: '18'
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- name: Install packages
run: pnpm i --ignore-scripts
- name: Check project
run: pnpm check