Skip to content

Translations

Translations #8

Workflow file for this run

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