Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Added schema validation #1

Added schema validation

Added schema validation #1

Workflow file for this run

name: Continuous testing
on:
pull_request:
push:
branches: ["main"]
jobs:
cmd-check:
runs-on: ubuntu-latest
name: Parsing commands
steps:
- uses: actions/checkout@v4
- uses: paritytech/cmd-action@main
with:
commands-directory: '.github/scripts'
GITHUB_TOKEN: ${{ github.token }}