Skip to content

build(deps): bump typescript from 5.3.3 to 5.6.2 #1332

build(deps): bump typescript from 5.3.3 to 5.6.2

build(deps): bump typescript from 5.3.3 to 5.6.2 #1332

Workflow file for this run

name: Linting with eslint
on: pull_request
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: set up node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: check out code
uses: actions/checkout@v4
- name: install
run: yarn
- name: eslint check
uses: reviewdog/action-eslint@v1
with:
fail_on_error: true
eslint_flags: "src/"