Skip to content

fix: remove sddola #312

fix: remove sddola

fix: remove sddola #312

Workflow file for this run

name: Check PR
on:
pull_request:
types: [opened, reopened, synchronize]
env:
HUSKY: 0
CI: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version-file: ".nvmrc"
- name: Perform checks
run: |
yarn install --frozen-lockfile
yarn typecheck:ci
yarn lint:ci
yarn prettier:ci