Skip to content

Commit 9f0078c

Browse files
committed
ci: update Github Actions to use new repository path
Signed-off-by: xiezhengxiong <[email protected]>
1 parent cae3a10 commit 9f0078c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/license_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: licenselint
27-
uses: shoothzj/licenselint@main
27+
uses: hezhangjian/licenselint@main
2828
with:
2929
author: openGemini Authors

.github/workflows/line_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: linelint
27-
uses: shoothzj/linelint@main
27+
uses: hezhangjian/linelint@main

0 commit comments

Comments
 (0)