Files
ITStudio-Wiki/.github/workflows/pr_check.yml
T
2024-12-06 19:34:00 +08:00

11 lines
112 B
YAML

name: PR Check
on:
pull_request:
branches:
- main
jobs:
check-build:
runs-on: ubuntu-latest