Skip to content

Bump eslint from 9.14.0 to 9.18.0 in /lib/importer #92

Bump eslint from 9.14.0 to 9.18.0 in /lib/importer

Bump eslint from 9.14.0 to 9.18.0 in /lib/importer #92

Workflow file for this run

name: Lint JS
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-importer:
defaults:
run:
working-directory: ./lib/importer
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm i
- name: Run linter
run: npm run lint