Skip to content

Restore Morph chain configuration #194

Restore Morph chain configuration

Restore Morph chain configuration #194

Workflow file for this run

# .github/workflows/yaml-lint.yml
name: YAML Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout repo
uses: actions/checkout@v3
- name: 📦 Install yamale
run: |
pip install yamale
- name: 🧹 Run yamale validation
run: |
yamale -s chains-meta.yamale.yaml chains-meta.yaml
yamale -s compatible-clients.yamale.yaml compatible-clients.yaml
yamale -s chains.yamale.yaml chains.yaml