Skip to content

Bump typescript from 5.4.5 to 5.5.2 #753

Bump typescript from 5.4.5 to 5.5.2

Bump typescript from 5.4.5 to 5.5.2 #753

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
eslint:
name: eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- name: install dependencies
run: |
npm ci
- uses: reviewdog/action-eslint@v1
with:
reporter: github-pr-review
eslint_flags: "**/*.ts"