mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
17 lines
202 B
YAML
17 lines
202 B
YAML
name: Compile
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
compile:
|
|
name: Compile
|
|
defaults:
|
|
run:
|
|
shell: cmd
|
|
runs-on: windows-latest
|
|
|
|
steps:
|
|
- name: Test
|
|
run: echo Test
|