Skip to content

Bump typescript from 5.2.2 to 5.5.2 #7

Bump typescript from 5.2.2 to 5.5.2

Bump typescript from 5.2.2 to 5.5.2 #7

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check formatting
run: npm run format:check