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

Fix redirections to Notion when deployed #76182

Fix redirections to Notion when deployed

Fix redirections to Notion when deployed #76182

Workflow file for this run

name: Check all YAML data files are valid
on: push
jobs:
data-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: package.json
- uses: pnpm/action-setup@v2
with:
run_install: true
- name: Check all YAML data files are valid
env:
FORCE_COLOR: 3
NPM_CONFIG_LOGLEVEL: silent
run: pnpm -s validate-data