mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
test windows workflow
This commit is contained in:
parent
91b483323c
commit
2d4732981c
11
.github/workflows/windows_exe.yml
vendored
Normal file
11
.github/workflows/windows_exe.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: "windows_exe"
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- name: hello
|
||||
run: Get-ChildItem
|
Loading…
Reference in New Issue
Block a user