Skip to content

Commit

Permalink
CI by building the action (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
designer2k2 authored Jan 16, 2023
1 parent c9f7c7e commit c2bc8c7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: build

on:
- push
- pull_request

jobs:
buildit:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@main
with:
path: esphome-dlms-meter

- name: Copy config
run: |
cp "./esphome-dlms-meter/meter01.example.yaml" "meter01.yaml"
- name: Build
uses: esphome/build-action@v1
with:
yaml_file: meter01.yaml

0 comments on commit c2bc8c7

Please sign in to comment.