Files
orca-platform/.gitea/workflows/ci.yaml
T
sharang 5dd6e0448f
ci / shared (push) Failing after 2s
ci / validate (push) Failing after 1s
chore: bootstrap repo scaffolding (M0.1)
Bootstraps §1.2 scaffolding (README, CONTRIBUTING, CODEOWNERS, CHANGELOG, PR + issue templates, LICENSE, CI workflow, release workflow, commitlint, cliff, .editorconfig, .gitignore, .env.example) and ships a proprietary all-rights-reserved LICENSE naming both founders.

Refs: M0.1
2026-05-18 19:15:31 +00:00

36 lines
718 B
YAML

# CI for orca-platform (IaC). Runs `orca validate` only.
name: ci
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
shared:
runs-on: docker
steps:
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
- name: commitlint (PR only)
if: github.event_name == 'pull_request'
uses: wagoid/commitlint-github-action@v6
- name: gitleaks
uses: gitleaks/gitleaks-action@v2
validate:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: install orca
run: |
curl -fsSL https://orca.meghsakha.com/install.sh | sh
orca version
- name: orca validate
run: orca validate ./