Skip to content

Changed layout in prep for turborepo #49

Changed layout in prep for turborepo

Changed layout in prep for turborepo #49

Workflow file for this run

name: map
defaults:
run:
working-directory: apps/map
on:
push:
branches: [main]
paths:
- "apps/map/**"
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
run_install: |
- cwd: apps/map
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: pnpm install
- run: pnpm run lint