This commit is contained in:
14
.github/workflows/build.yaml
vendored
14
.github/workflows/build.yaml
vendored
@ -1,7 +1,9 @@
|
||||
---
|
||||
name: "Savin's Home Assistant"
|
||||
name: Savin's Home Assistant
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -9,10 +11,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Custom Components (Hass.IO)
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
- name: Install Custom Components (Hass.IO)
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
# git checkout $(git describe --tags --always $(git rev-list --tags --max-count=1000) | grep -e "[0-9]\+\.[0-9]\+\.[0-9]\+$" | head -n 1)
|
||||
|
||||
|
Reference in New Issue
Block a user