Skip to content

chore(npm-dev): bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.3 #12

chore(npm-dev): bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.3

chore(npm-dev): bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.3 #12

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@v3
- name: 📦 Install modules
run: npm ci
- name: 🖊️ Linter
run: npm run lint
- name: 🥼 Tests
run: npm run test
- name: 👁️ HACS validation
uses: hacs/[email protected]
with:
category: 'plugin'