Skip to content

Production v7.3.10 #755

Production v7.3.10

Production v7.3.10 #755

Workflow file for this run

name: Type Check & Linting
env:
CI: true
on:
pull_request:
jobs:
tsc_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org/'
- run: yarn --frozen-lockfile
- run: yarn tsc && yarn lint