Skip to content

Current Map Feature Behind Feature Flag #70

Current Map Feature Behind Feature Flag

Current Map Feature Behind Feature Flag #70

Workflow file for this run

name: checks
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
- run: pnpm install
- run: pnpx eslint .
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
- run: pnpm install
- run: pnpx prettier . --check