build(deps): bump DeterminateSystems/nix-installer-action from 430608d219b9321ec0c98eb6c37245a39aa6756e to b66b36319cc6fde4ea85edd583b088c65d6b8710 #1916
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate with hassfest | |
| on: | |
| push: | |
| pull_request: | |
| schedule: | |
| - cron: "0 0 * * *" | |
| permissions: {} | |
| jobs: | |
| validate: | |
| runs-on: "ubuntu-latest" | |
| steps: | |
| - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6 | |
| with: | |
| persist-credentials: false | |
| - uses: "home-assistant/actions/hassfest@5752577ea7cc5aefb064b0b21432f18fe4d6ba90" # master | |