Skip to content

fix(deps): update dependency @robot-inventor/eslint-config to v6.0.16… #2384

fix(deps): update dependency @robot-inventor/eslint-config to v6.0.16…

fix(deps): update dependency @robot-inventor/eslint-config to v6.0.16… #2384

Workflow file for this run

name: Lint
on:
push:
branches: [gh-pages]
pull_request:
branches: [gh-pages]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint