Skip to content

Commit 1314701

Browse files
committed
Fix CI workflow syntax
1 parent 993a209 commit 1314701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ on:
77
pull_requests: {}
88
jobs:
99
build:
10+
runs-on: ubuntu-latest
1011
steps:
1112
- run: echo "hello world"

0 commit comments

Comments
 (0)