Adds script to verify sidebars navigation

This commit is contained in:
Juan Lulkin
2021-02-08 12:15:58 +01:00
parent 31fc2168d8
commit 9147e9226a
3 changed files with 68 additions and 1 deletions
@@ -36,6 +36,10 @@ jobs:
run: yarn install --frozen-lockfile
working-directory: microsite
- name: verify sidebars
run: yarn verify:sidebars
working-directory: microsite
- name: prettier
run: yarn prettier:check
working-directory: microsite