Skip to content

kernel

kernel #2

Workflow file for this run

permissions:
contents: read
on:
push:
branches: [kernel]
schedule:
- cron: '7 7 * * *'
name: kernel
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: kernel
path: pin-init
- uses: actions/checkout@v4
with:
repository: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
ref: master
path: kernel
fetch-depth: 1
- run: |
cp -r kernel/rust/pin-init .
git diff --quiet && git diff --cached --quiet && [ -z "$(git ls-files --others --exclude-standard)" ]