Skip to content

Add custom styling for footer icons (#466) #704

Add custom styling for footer icons (#466)

Add custom styling for footer icons (#466) #704

name: wikiman.yaml validation
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v3
- name: Install ajv validator
run: npm i -g ajv-cli
- name: Validate wikiman.yaml
run: ajv validate --spec=draft2020 -s sync/wikiman/wikiman-schema.json -d wikiman.yaml