Skip to content

Commit 1554c35

Browse files
authored
Create blank.yml
0 parents  commit 1554c35

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/blank.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: ci
2+
on:
3+
push:
4+
pull_request:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
jobs:
9+
builder:
10+
runs-on: windows-11-arm
11+
steps:
12+
- uses: actions/checkout@v4
13+

0 commit comments

Comments
 (0)