Skip to content

Commit

Permalink
Fixed news
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 18, 2024
1 parent 1311c3e commit 24a48ca
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 217 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/news.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: File Change Trigger

on:
push:
paths:
- 'info/news.json'

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Check the JSON
run: node info/processNews.js --check
Loading

0 comments on commit 24a48ca

Please sign in to comment.