Skip to content

Commit

Permalink
.github/workflows/action-test: Added the missing 'jobs' keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
  • Loading branch information
Mossaka committed Dec 12, 2024
1 parent 0481c36 commit d181d51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run Check

on:
workflow_call:

jobs:
test:
runs-on: ubuntu-latest
env:
ARCH: x86_64
Expand Down

0 comments on commit d181d51

Please sign in to comment.