Skip to content

Fix Reference lookups aren't logged in database in views.py #662

Fix Reference lookups aren't logged in database in views.py

Fix Reference lookups aren't logged in database in views.py #662

name: Validate Meta Info File
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run:
name: Validate Meta Info File
runs-on: ubuntu-latest
steps:
- name: Checkout the branch
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11.4
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run validate command
run: python manage.py validatemetainfofile