Skip to content

internal/assert: Fatalf -> Errorf #53

internal/assert: Fatalf -> Errorf

internal/assert: Fatalf -> Errorf #53

Workflow file for this run

name: "Test"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build -L
- run: nix flake check -L
# - uses: actions/upload-artifact@v4
# with:
# name: coverage
# path: |
# hyprland-go.*