Skip to content

build(deps-dev): bump eslint-plugin-html from 7.1.0 to 8.0.0 #857

build(deps-dev): bump eslint-plugin-html from 7.1.0 to 8.0.0

build(deps-dev): bump eslint-plugin-html from 7.1.0 to 8.0.0 #857

Workflow file for this run

name: Check Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint