mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-09 19:24:38 +08:00
Adding empty compile workflow to build off of in the current testing branches
This commit is contained in:
16
.github/workflows/compile.yml
vendored
Normal file
16
.github/workflows/compile.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Compile
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
name: Compile
|
||||
defaults:
|
||||
run:
|
||||
shell: cmd
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- name: Test
|
||||
run: echo Test
|
||||
Reference in New Issue
Block a user