Skip to content

devdeps: bump @types/diff from 5.2.2 to 5.2.3 #2290

devdeps: bump @types/diff from 5.2.2 to 5.2.3

devdeps: bump @types/diff from 5.2.2 to 5.2.3 #2290

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"