Skip to content

blog: fix a couple typos #22

blog: fix a couple typos

blog: fix a couple typos #22

Workflow file for this run

name: Build
on:
pull_request:
workflow_dispatch:
permissions:
contents: write
jobs:
pr-build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
- name: Build website
run: nix develop .#ci -c just ci-build