Skip to content

Bump typescript from 4.6.4 to 5.5.4 #76

Bump typescript from 4.6.4 to 5.5.4

Bump typescript from 4.6.4 to 5.5.4 #76

Workflow file for this run

name: "Check"
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install fern
run: npm install -g fern-api
- name: fern generate
run: fern generate
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
- name: Check formatting
run: yarn format:check
- name: Compile
run: yarn build