Skip to content

chore(deps): bump lodash from 4.17.21 to 4.17.23 #341

chore(deps): bump lodash from 4.17.21 to 4.17.23

chore(deps): bump lodash from 4.17.21 to 4.17.23 #341

Workflow file for this run

name: Lint Check on PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint