Skip to content

[HomeLab] Fix blocky dashboard #1000

[HomeLab] Fix blocky dashboard

[HomeLab] Fix blocky dashboard #1000

Workflow file for this run

on:
pull_request:
push:
branches: [master]
jobs:
check:
name: Run flake evaluation checks
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Workaround for broken check
run: nix eval --json .#iproute2
- name: Run checks
run: nix flake check --no-build --all-systems