Skip to content

build(deps): bump lit from 3.2.0 to 3.2.1 #589

build(deps): bump lit from 3.2.0 to 3.2.1

build(deps): bump lit from 3.2.0 to 3.2.1 #589

Workflow file for this run

name: Validation
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: ⏬ Checkout
uses: actions/checkout@v4
- name: ⚙️ Install Node
uses: actions/setup-node@v4
- name: 📦 Install modules
run: npm ci
- name: 🖊️ Linter
run: npm run lint
- name: 🔨 Build
run: npm run rollup
- name: 🥼 Tests
run: npm run test
- name: 👁️ HACS validation
uses: hacs/[email protected]
with:
category: 'plugin'
if: github.event_name != 'pull_request'