Skip to content

Fix a typo that changed the declaration #24

Fix a typo that changed the declaration

Fix a typo that changed the declaration #24

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