Skip to content

Generate an updated site from the ungulped code. #18

Generate an updated site from the ungulped code.

Generate an updated site from the ungulped code. #18

Workflow file for this run

on:
pull_request:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: make build-lib
- run: make build-web
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: make lint