Skip to content

docs(docs.wire.com): WPB-15254 add build.yaml workflow to verify the … #1

docs(docs.wire.com): WPB-15254 add build.yaml workflow to verify the …

docs(docs.wire.com): WPB-15254 add build.yaml workflow to verify the … #1

Workflow file for this run

name: CI Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Nix
uses: cachix/install-nix-action@v16
- name: Run make build
run: make build