Skip to content

Add a few links from the front page (#5) #11

Add a few links from the front page (#5)

Add a few links from the front page (#5) #11

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