init
- 框架初始化 - 安装插件 - 修复PHP8.4报错
This commit is contained in:
24
vendor/maennchen/zipstream-php/.github/workflows/branch_main.yml
vendored
Normal file
24
vendor/maennchen/zipstream-php/.github/workflows/branch_main.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
name: "Main Branch"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: "Test"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
uses: ./.github/workflows/part_test.yml
|
||||
|
||||
docs:
|
||||
name: "Docs"
|
||||
|
||||
uses: ./.github/workflows/part_docs.yml
|
||||
Reference in New Issue
Block a user