Files
advanced-camera-card/.github/workflows/build.yml
T
dependabot[bot] 5f0e2a81fe Bump hacs/action from 21.2.2 to 21.12.1
Bumps [hacs/action](https://github.com/hacs/action) from 21.2.2 to 21.12.1.
- [Release notes](https://github.com/hacs/action/releases)
- [Commits](https://github.com/hacs/action/compare/21.2.2...21.12.1)

---
updated-dependencies:
- dependency-name: hacs/action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 03:24:12 +00:00

32 lines
562 B
YAML

---
name: 'Build'
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "17 6 * * *"
workflow_dispatch:
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
npm install
npm run build
- name: HACS build validation
uses: "hacs/action@21.12.1"
with:
category: "plugin"
# Don't attempt to load into HACS (as it loads the release, not the
# build).
ignore: "hacs"