Skip to content

Add StatusPlugin to dynamically check a script's or website's output and change the button text+background color based on result #295

Add StatusPlugin to dynamically check a script's or website's output and change the button text+background color based on result

Add StatusPlugin to dynamically check a script's or website's output and change the button text+background color based on result #295

Workflow file for this run

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