docs: add repository bootstrap templates
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: Community CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "feat/**"
|
||||
|
||||
jobs:
|
||||
rust:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: TODO
|
||||
run: |
|
||||
echo "Move Community CI logic here from the split monorepo."
|
||||
exit 1
|
||||
@@ -0,0 +1,13 @@
|
||||
name: Community Deploy
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: TODO
|
||||
run: |
|
||||
echo "Move Community deploy workflow here after crank-community repository is created."
|
||||
exit 1
|
||||
Reference in New Issue
Block a user