ci: upgrade

This commit is contained in:
Kevin Deng
2025-10-07 00:39:09 +08:00
parent fcaca3d3f9
commit 3f660502b0
6 changed files with 29 additions and 74 deletions

13
.github/workflows/unit-test.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Unit Test
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
jobs:
unit-test:
uses: sxzz/workflows/.github/workflows/unit-test.yml@v1