Skip to content

Write output to step summary #4

Write output to step summary

Write output to step summary #4

Workflow file for this run

name: Nix
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@v8
- name: Check flake
run: |
nix flake check --all-systems
- name: Run nvim chechhealth
run: |
nix build .#checks.x86_64-linux.health
tee "$GITHUB_STEP_SUMMARY" <result
- name: Run nvim startuptime
run: |
nix build .#checks.x86_64-linux.startuptime
tee "$GITHUB_STEP_SUMMARY" <result