Skip to content

Missing & uncalled func fixes & color headings #55

Missing & uncalled func fixes & color headings

Missing & uncalled func fixes & color headings #55

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@v3
with:
node-version: 20
- name: "🛸 install eslint html plugins"
run: npm i
- name: "🔍 lint code"
run: npx eslint --ext .html,.js . --report-unused-disable-directives