Skip to content

DRY the application name #590

DRY the application name

DRY the application name #590

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@v3
- uses: cachix/install-nix-action@v22
- run: nix-build
- run: nix-build -A tests
- run: nix-shell default.nix -A ci --run "deploy build"