Skip to content

Commit

Permalink
Add post update-to-datedness check (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Jun 2, 2024
1 parent 4a716f6 commit 6d0e831
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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

0 comments on commit 6d0e831

Please sign in to comment.