Skip to content

build(deps-dev): bump typescript from 5.5.4 to 5.6.2 #391

build(deps-dev): bump typescript from 5.5.4 to 5.6.2

build(deps-dev): bump typescript from 5.5.4 to 5.6.2 #391

Workflow file for this run

name: Check formatting
on: push
jobs:
check-formatting:
runs-on: ubuntu-latest
container: node:20.14.0
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Run prettier
run: npm run format:check