Skip to content

Merge pull request #216 from Pirate-Weather/dependabot/github_actions… #1134

Merge pull request #216 from Pirate-Weather/dependabot/github_actions…

Merge pull request #216 from Pirate-Weather/dependabot/github_actions… #1134

Workflow file for this run

name: Validate
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.1.1"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"