Skip to content

Commit

Permalink
Updated validation workflow, added .vscode to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
untraceablez committed Mar 26, 2024
1 parent fa4105f commit e51e3e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- name: Checkout V3
uses: "actions/checkout@v3"
- name: HACS validation
- uses: "hacs/action@main"
uses: "hacs/action@main"
with:
category: "appdaemon"
- uses: "home-assistant/actions/hassfest@master"
- name: HassFest
uses: "home-assistant/actions/hassfest@master"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bld/

# Visual Studio 2015/2017 cache/options directory
.vs/
.vscode
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

Expand Down

0 comments on commit e51e3e4

Please sign in to comment.