Skip to content

Initial commit, add bangs and schema, add github workflow #1

Initial commit, add bangs and schema, add github workflow

Initial commit, add bangs and schema, add github workflow #1

Workflow file for this run

on:
pull_request:
branches:
- main
push:
branches:
- main
name: Validate bangs.json
jobs:
validate_configurations:
name: Validate configurations
runs-on: ubuntu-latest
steps:
- name: Validate bangs.json
uses: snapcart/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
json_schema: ./data/bangs.schema.json
json_path_pattern: ^bangs.json$