Skip to content

Show isolocal and tzname properties on the popup #99

Show isolocal and tzname properties on the popup

Show isolocal and tzname properties on the popup #99

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npm run lint:js
- run: npm run lint:md
- run: npm run lint:scss