use final raspberry-pi-nix commit and add easee_hass #24
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
| jobs: | |
| nix-flake-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: DeterminateSystems/nix-installer-action@v16 | |
| - name: Check flake | |
| run: nix -Lv flake check | |
| timeout-minutes: 60 | |
| 'on': | |
| push: {} | |
| workflow_dispatch: {} |