mirror of
https://github.com/ITStudioOUC/ITStudio-Wiki.git
synced 2026-06-15 13:06:30 +00:00
11 lines
112 B
YAML
11 lines
112 B
YAML
name: PR Check
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
check-build:
|
|
runs-on: ubuntu-latest
|