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

remove pwa tracking (#158) #128

remove pwa tracking (#158)

remove pwa tracking (#158) #128

Workflow file for this run

name: πŸ” Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
htmlhint:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
- name: πŸ”§ Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: πŸ“¦ Install dependencies
run: npm install
- name: Build
run: npm run build
env:
URL_ORIGIN: 'https://meos.lima.zone'
- name: πŸ” Lint HTML
run: npm run lint:html
- name: πŸ” Lint CSS
run: npm run lint:css