Skip to content

Add GitHub Actions workflow to run repository validator#1

Open
Emily2040 wants to merge 1 commit into
mainfrom
codex/conduct-full-audit
Open

Add GitHub Actions workflow to run repository validator#1
Emily2040 wants to merge 1 commit into
mainfrom
codex/conduct-full-audit

Conversation

@Emily2040
Copy link
Copy Markdown
Owner

Motivation

  • The repository's validator enforces the presence of a CI workflow file, and the validation step failed because .github/workflows/validate.yml was missing.

Description

  • Add .github/workflows/validate.yml which runs python3 scripts/validate_repo.py on pull_request and push to main, and uses actions/checkout@v4 and actions/setup-python@v5 with Python 3.11.

Testing

  • Ran python3 scripts/validate_repo.py, which failed initially due to the missing workflow and passed after adding .github/workflows/validate.yml.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant