Skip to content

Add 2026-08-13 release notes #60

Add 2026-08-13 release notes

Add 2026-08-13 release notes #60

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.154.5'
- name: Hugo Build
run: hugo --minify --panicOnWarning
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v23.2.0
vale:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Vale Spell and Style Check
uses: vale-cli/vale-action@2.1.2
continue-on-error: true
with:
files: content/