Skip to content

Add syntax check github action to ensure JSON formatted correctly. #1

Add syntax check github action to ensure JSON formatted correctly.

Add syntax check github action to ensure JSON formatted correctly. #1

Workflow file for this run

name: Build project
on:
push:
jobs:
check-syntax:
runs-on: stedolan/jq
steps:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Check syntax
run: jq < docs/.well-known/com.serwylo.retrowars-servers.json