Skip to content

Commit d181d51

Browse files
committed
.github/workflows/action-test: Added the missing 'jobs' keyword
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 0481c36 commit d181d51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/action-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Run Check
22

33
on:
44
workflow_call:
5+
6+
jobs:
7+
test:
58
runs-on: ubuntu-latest
69
env:
710
ARCH: x86_64

0 commit comments

Comments
 (0)