Skip to content

chore: bump typescript from 5.5.4 to 5.6.2 #892

chore: bump typescript from 5.5.4 to 5.6.2

chore: bump typescript from 5.5.4 to 5.6.2 #892

Workflow file for this run

name: Website - Lint
on:
pull_request:
paths:
- 'website/**'
push:
branches:
- main
paths:
- 'website/**'
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- run: pnpm run install-website
- run: pnpm run website-lint