Skip to content

Bump the npm-deps group across 1 directory with 11 updates #1514

Bump the npm-deps group across 1 directory with 11 updates

Bump the npm-deps group across 1 directory with 11 updates #1514

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Setup Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint