Skip to content

Commit

Permalink
CI: add checks for atom feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Oct 15, 2024
1 parent 908966a commit 752011c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ jobs:
run: |
rm -r _site
npm run build
git diff --exit-code ':(exclude)_site/news_feed.atom'
git diff \
--exit-code \
':(exclude)_site/news_feed.atom'
git diff \
--exit-code \
-I '<updated>.*</updated>' \
_site/news_feed.atom
- name: Check html
run: |
npm run check-html
Expand Down

0 comments on commit 752011c

Please sign in to comment.