Skip to content

Add GitHub Actions validation workflow - #2

Merged
TurnrDev merged 4 commits into
mainfrom
copilot/add-github-workflows-for-tests
Aug 30, 2026
Merged

Add GitHub Actions validation workflow#2
TurnrDev merged 4 commits into
mainfrom
copilot/add-github-workflows-for-tests

Conversation

Copilot AI commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Adds pull request and main CI coverage for backend and frontend validation.

  • Python

    • Django test suite
    • Ruff lint and formatting checks
  • Frontend

    • Runs npm run fix before validation so auto-fixable issues do not block CI
    • Vitest, ESLint, Prettier, and production build checks
- name: Apply automatic fixes
  run: npm run fix
- name: Run tests
  run: npm run test

Copilot AI and others added 2 commits August 30, 2026 20:00
Co-authored-by: TurnrDev <11667059+TurnrDev@users.noreply.github.com>
Co-authored-by: TurnrDev <11667059+TurnrDev@users.noreply.github.com>
Co-authored-by: TurnrDev <11667059+TurnrDev@users.noreply.github.com>
Copilot AI changed the title Add continuous integration checks Add GitHub Actions validation workflow Aug 30, 2026
Copilot AI requested a review from TurnrDev August 30, 2026 20:05
Co-authored-by: TurnrDev <11667059+TurnrDev@users.noreply.github.com>
@TurnrDev
TurnrDev marked this pull request as ready for review August 30, 2026 20:10
@TurnrDev
TurnrDev merged commit cbf813e into main Aug 30, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants