mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2026-01-14 07:03:32 +08:00
18 lines
258 B
YAML
18 lines
258 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
ci:
|
|
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v3
|
|
with:
|
|
pnpm-version: 9
|
|
node-version: 22
|
|
java-version: 21
|