Skip to content

devdeps: bump eslint-import-resolver-typescript from 3.8.3 to 3.8.4 #2453

devdeps: bump eslint-import-resolver-typescript from 3.8.3 to 3.8.4

devdeps: bump eslint-import-resolver-typescript from 3.8.3 to 3.8.4 #2453

Workflow file for this run

name: eslint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Install packages
run: "yarn install"
- name: Run eslint
run: "yarn eslint"