Create pr_check.yml

This commit is contained in:
Ctwo
2024-12-06 19:34:00 +08:00
committed by GitHub
parent 89e1f259da
commit c73549728b
+10
View File
@@ -0,0 +1,10 @@
name: PR Check
on:
pull_request:
branches:
- main
jobs:
check-build:
runs-on: ubuntu-latest