Skip to content

Update the theme

Update the theme #14

Workflow file for this run

name: Lint
on:
push:
branches: ["exampleSite"]
pull_request:
branches: ["exampleSite"]
jobs:
kamimod-post:
name: "Is the KamiMod post up-to-date?"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Run update-post.sh
run: ./update-post.sh
- name: Check file changes
run: git diff || echo "::error::content/posts/kamimod/readme.md is out of sync. Please run ./update-post.sh" && exit 1