Skip to content

Bump typescript from 5.4.5 to 5.5.4 #1401

Bump typescript from 5.4.5 to 5.5.4

Bump typescript from 5.4.5 to 5.5.4 #1401

Workflow file for this run

name: ESLint
on: [push, pull_request, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Install Dependencies
run: pnpm i --frozen-lockfile --ignore-scripts
- name: Run ESLint
run: pnpm run lint