Skip to content

Merge pull request #404 from Otom-obhazi/patch-16 #1

Merge pull request #404 from Otom-obhazi/patch-16

Merge pull request #404 from Otom-obhazi/patch-16 #1

name: Check Project Structure
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
structure-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run check_project_structure.py
working-directory: ./src/scribe_data/check
run: python check_project_structure.py
- name: Post-run status
if: failure()
run: echo "Project structure check failed. Please fix the reported errors."