Skip to content

HPC-9389: Changing models to support new OCT bridges #320

HPC-9389: Changing models to support new OCT bridges

HPC-9389: Changing models to support new OCT bridges #320

Workflow file for this run

name: CI Checks
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
workflow:
name: Code Checks
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install packages
run: yarn install --frozen-lockfile
- name: TypeScript compiler checks
run: npm run check-types
- name: Linting checks
run: npm run lint