Skip to content

nix: Fix flake removing docs reference #243

nix: Fix flake removing docs reference

nix: Fix flake removing docs reference #243

Workflow file for this run

name: Build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- run: nix flake check
- run: nix build
- name: Upload Pushup executable
uses: actions/upload-artifact@v4
with:
name: pushup
path: result/bin/pushup