Skip to content

Importing recent changes from the master manifest #1751

Importing recent changes from the master manifest

Importing recent changes from the master manifest #1751

Workflow file for this run

on:
push:
branches: [master]
pull_request:
workflow_dispatch:
name: Validate games.json
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout
uses: actions/[email protected]
- name: 🚧 Setup Node
uses: actions/setup-node@v3
with:
node-version: 19
- name: 🤖 Setup Project
run: 'yarn'
- name: 🔎 Check Validity
run: 'yarn validate'