Files
plugin-comment-ai-autopilot/.github/workflows/ci.yaml
T
2026-06-14 22:28:19 +08:00

19 lines
279 B
YAML

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v4
with:
ui-path: "ui"
pnpm-version: 10
node-version: 24
java-version: 21