Skip to content

DB Update: 2026-04-07 18:12:15 W. Europe Daylight Time (#61) #8

DB Update: 2026-04-07 18:12:15 W. Europe Daylight Time (#61)

DB Update: 2026-04-07 18:12:15 W. Europe Daylight Time (#61) #8

Workflow file for this run

name: QA
on:
push:
branches:
- main
pull_request:
jobs:
validate-json:
name: Validate JSON syntax
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Validate JSON syntax
run: python -m json.tool communityRules.json > /dev/null