Skip to content

[BUG] fixup website, broken download link, and buttons #422

[BUG] fixup website, broken download link, and buttons

[BUG] fixup website, broken download link, and buttons #422

Workflow file for this run

name: Validate JSON
on:
push:
paths:
- "**.json"
pull_request:
jobs:
validate-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"