Skip to content

Commit

Permalink
update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
ghimele committed Apr 23, 2024
1 parent 5774d6a commit e014e08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ name: ESPHome CI

on:

Check warning on line 4 in .github/workflows/ESPHomeCI.yaml

View workflow job for this annotation

GitHub Actions / 🧹 yamllint

truthy value should be one of [false, true]
push:
paths-ignore:
- '**/README.md'
- 'assets/**'
- 'docs/**'
pull_request:
schedule:
- cron: 0 12 * * *
paths-ignore:
- '**/README.md'
- 'assets/**'
- 'docs/**'

jobs:
yamllint:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![alt text](assets/ESPHome.png)
![ESPHome Logo](https://esphome.io/_images/logo-text.png)
# Ghimele's ESPHome configuration

This repository contains the various configuration files I use for the various ESPHome devices I have and use around my home.
Expand Down

0 comments on commit e014e08

Please sign in to comment.