Skip to content

Bump lit-html from 3.1.2 to 3.2.1 in /mapBuilder/www/js #6

Bump lit-html from 3.1.2 to 3.2.1 in /mapBuilder/www/js

Bump lit-html from 3.1.2 to 3.2.1 in /mapBuilder/www/js #6

Workflow file for this run

name: ESLint πŸ”
on:
push:
pull_request:
jobs:
eslint:
name: "ESLint πŸ‡―β€ŒπŸ‡Έβ€Œ"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run eslint-fix