Skip to content

HASS: 2023.12.1 -> 2024.1.2 #287

HASS: 2023.12.1 -> 2024.1.2

HASS: 2023.12.1 -> 2024.1.2 #287

Workflow file for this run

name: Check
on:
push:
jobs:
check:
name: Validate Nix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix flake check
fmt:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix develop .#ci -c nixpkgs-fmt --check .
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix develop .#ci -c deadnix -f --exclude ./templates/**/*