Skip to content

Add Guitar Zero Encore 1 Rocks the 70s #230

Add Guitar Zero Encore 1 Rocks the 70s

Add Guitar Zero Encore 1 Rocks the 70s #230

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
checker:
name: Check for duplicates or errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Checking
run: python3 verify.py
json-check:
name: Check if JSON is valid by Schema
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validating
uses: lyubick/[email protected]
with:
json-schema-file: .vscode/opensource.schema.json
yaml-json-file-dir: base/index.json,extra/index.json