Skip to content

Commit 7a4d623

Browse files
committed
ci: fix kernel workflow syntax
Signed-off-by: Benno Lossin <benno.lossin@proton.me>
1 parent 1c86ff3 commit 7a4d623

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/kernel.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
ref: kernel
15-
path: pin-init
14+
with:
15+
ref: kernel
16+
path: pin-init
1617
- uses: actions/checkout@v4
17-
repository: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
18-
ref: master
19-
path: kernel
20-
fetch-depth: 1
18+
with:
19+
repository: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
20+
ref: master
21+
path: kernel
22+
fetch-depth: 1
2123
- run: |
2224
cp -r kernel/rust/pin-init .
2325
git diff --quiet && git diff --cached --quiet && [ -z "$(git ls-files --others --exclude-standard)" ]

0 commit comments

Comments
 (0)