forked from fa/breadcrumb-the-shire
chore(agents): implement v2 hardening and enforcement-ready QA
This commit is contained in:
24
.gitea/workflows/qa-required.yaml
Normal file
24
.gitea/workflows/qa-required.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
name: qa-required
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
qa-required:
|
||||
name: qa-required
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Phase 1: workflow is present and runnable, but branch protection does not
|
||||
# require this check yet. Enable required checks in Phase 2.
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Start project services
|
||||
run: docker compose up -d
|
||||
|
||||
- name: Run required QA gates
|
||||
run: bin/qa-required.sh
|
||||
Reference in New Issue
Block a user