Skip to content

Bump @adamlui/minify.js from 2.5.2 to 2.5.3 in the dev-dependencies group #657

Bump @adamlui/minify.js from 2.5.2 to 2.5.3 in the dev-dependencies group

Bump @adamlui/minify.js from 2.5.2 to 2.5.3 in the dev-dependencies group #657

Workflow file for this run

name: Lint pushes + PRs
on: [push, pull_request]
jobs:
eslint:
name: ESLint
permissions:
contents: read
runs-on: ubuntu-24.04
steps:
- name: Checkout repository code
uses: actions/checkout@v6.0.2
- name: Set up Node.js
uses: actions/setup-node@v6.3.0
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint