Skip to content

actually transparent icon & remove tomatolul .-. #67

actually transparent icon & remove tomatolul .-.

actually transparent icon & remove tomatolul .-. #67

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