Skip to content

Create new Profile #359

Create new Profile

Create new Profile #359

Workflow file for this run

name: Validate profile.json
env:
BASE: 'validators'
on:
push:
paths:
- '**/profile.json'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"