Skip to content

Add pull consumers ff #328

Add pull consumers ff

Add pull consumers ff #328

Workflow file for this run

name: JSON files validation
on:
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"