Skip to content

Update hugomods/hugo Docker tag to reg-git-0.140.1 (#55) #146

Update hugomods/hugo Docker tag to reg-git-0.140.1 (#55)

Update hugomods/hugo Docker tag to reg-git-0.140.1 (#55) #146

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: |
if [ "$(git status --porcelain | grep readme)" ]; then
echo "::error::content/posts/kamimod/readme.md is out of sync. Please run ./update-post.sh" && exit 1
fi