Skip to content

Bump @html-eslint/parser from 0.23.0 to 0.24.0 (#21) #104

Bump @html-eslint/parser from 0.23.0 to 0.24.0 (#21)

Bump @html-eslint/parser from 0.23.0 to 0.24.0 (#21) #104

Workflow file for this run

name: ESLint
on:
push:
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v4
- name: "🔧 setup node"
uses: actions/setup-node@v4
with:
node-version: 21
- name: "🛸 install eslint html plugins"
run: npm i --omit=optional
- name: "🔍 lint code"
run: npx eslint .