Skip to content

Build(deps): Bump the npm_and_yarn group across 1 directory with 3 up… #4488

Build(deps): Bump the npm_and_yarn group across 1 directory with 3 up…

Build(deps): Bump the npm_and_yarn group across 1 directory with 3 up… #4488

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
- run: npm install
- run: npm run lint