diff --git a/.github/workflows/syntax-check.yml b/.github/workflows/syntax-check.yml new file mode 100644 index 0000000..34bd8b2 --- /dev/null +++ b/.github/workflows/syntax-check.yml @@ -0,0 +1,13 @@ +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