Skip to content

Commit

Permalink
feat: github workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
geertmeersman committed Feb 27, 2024
1 parent 70d79f6 commit 6e28b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/esphome_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ on:

jobs:
build:
name: Build ESPHOME
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Move Secrets Template
run: |
Expand Down

0 comments on commit 6e28b45

Please sign in to comment.