feat: Enhanced PR Lint/Validation (#7329)

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
Brian Choromanski
2026-05-31 11:41:43 -04:00
committed by GitHub
parent 0af9633193
commit 7b0d1fde64
2 changed files with 50 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ jobs:
name: "Lint PR"
if: github.event_name == 'pull_request'
uses: ./.github/workflows/pull-request-lint.yml
permissions:
pull-requests: write
backend-tests:
name: "Backend Server Tests"