Skip to content

This Month in Linebender, October 2025 #402

This Month in Linebender, October 2025

This Month in Linebender, October 2025 #402

Workflow file for this run

name: Build zola website to ensure no errors
on:
pull_request:
branches:
- main
jobs:
build:
name: check
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
# Also update in README.md and ./main.yml
uses: shalzz/zola-deploy-action@v0.20.0
env:
BUILD_ONLY: true
# If this fails, consider changing your text or adding something to .typos.toml.
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check typos
uses: crate-ci/typos@v1.30.1