Skip to content

docs: Init architecture diagrams README.md #729

docs: Init architecture diagrams README.md

docs: Init architecture diagrams README.md #729

Workflow file for this run

name: Builds
on:
pull_request:
push:
branches: main
# allow "manual" triggering from automatic PRs
workflow_dispatch:
jobs:
# Only put untrusted jobs here.
development:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix-build -A git-hooks
- run: nix-build -A tests
- run: nix-shell default.nix -A ci --run "deploy build"