Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Senne Vande Sompele committed Apr 17, 2023
1 parent 8a54fe6 commit f672b25
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 32 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/combined.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Validate

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"

3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"python.pythonPath": "C:\\Program Files\\Python39\\python.exe",
"files.associations": {
"*.yaml": "python"
}
}

0 comments on commit f672b25

Please sign in to comment.