Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Update lint.yml (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
black-backdoor authored Jan 1, 2025
1 parent 8d2c6f7 commit b2c97a2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Lint
name: 🔍 Lint

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

defaults:
run:
working-directory: ./src

jobs:
htmlhint:
runs-on: ubuntu-latest
Expand All @@ -24,8 +22,8 @@ jobs:
- name: 📦 Install dependencies
run: npm install

- name: Lint HTML
- name: 🔍 Lint HTML
run: npm run lint:html

- name: Lint CSS
- name: 🔍 Lint CSS
run: npm run lint:css

0 comments on commit b2c97a2

Please sign in to comment.