Skip to content

[Automated] Update: database/games_info.json #25

[Automated] Update: database/games_info.json

[Automated] Update: database/games_info.json #25

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Check Database
on:
push:
branches: [ dev ]
pull_request:
branches: "*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Run checkdatabase.py
run: python3 checkdatabase.py