Skip to content

Clean up add member screen #115

Clean up add member screen

Clean up add member screen #115

Workflow file for this run

name: Typescript CI
on:
pull_request:
paths:
# JS Specific Files
- 'src/**'
- 'e2e/**'
- 'tsconfig.json'
- 'App.tsx'
# Build Files
- 'yarn.lock'
- 'package.json'
- 'patches/**'
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- run: yarn
- run: yarn tsc
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- run: yarn
- run: yarn lint