Files
crank/templates/repositories/crank-community/.github/workflows/ci.yml
T
2026-05-04 09:39:05 +00:00

21 lines
326 B
YAML

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