[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) (#984)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled

This commit was merged in pull request #984.
This commit is contained in:
Groq Agent
2026-04-07 08:54:52 +00:00
parent 3a759656cb
commit c77f78fe34
4 changed files with 80 additions and 0 deletions

19
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -r requirements.txt
- run: pytest