We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c86ff3 commit 7a4d623Copy full SHA for 7a4d623
1 file changed
.github/workflows/kernel.yml
@@ -11,13 +11,15 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- ref: kernel
15
- path: pin-init
+ with:
+ ref: kernel
16
+ path: pin-init
17
- repository: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
18
- ref: master
19
- path: kernel
20
- fetch-depth: 1
+ repository: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+ ref: master
21
+ path: kernel
22
+ fetch-depth: 1
23
- run: |
24
cp -r kernel/rust/pin-init .
25
git diff --quiet && git diff --cached --quiet && [ -z "$(git ls-files --others --exclude-standard)" ]
0 commit comments