feat: Add Cargo files, CI, configs and README

This commit is contained in:
Diana Carvalho
2025-01-16 12:53:28 +00:00
parent a2784be122
commit c27b253ef5
17 changed files with 3980 additions and 1 deletions

19
.github/workflows/v2-validate-pr.yaml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Validate PR title
on:
pull_request_target:
branches:
- main
- release/*
types:
- opened
- edited
- synchronize
jobs:
validate-pr:
uses: propeller-heads/ci-cd-templates/.github/workflows/validate-pr.yaml@main
secrets:
app_id: ${{ secrets.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}