Skip to content

Update themes/KamiMod digest to 7ea77c9 #18

Update themes/KamiMod digest to 7ea77c9

Update themes/KamiMod digest to 7ea77c9 #18

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 )