workflows: initrd and kernel checks

This commit is contained in:
Alex Zenla
2024-03-07 05:43:49 +00:00
parent dc6505f085
commit baefe0dceb
2 changed files with 26 additions and 0 deletions

16
.github/workflows/kernel.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: kernel
on:
push:
paths:
- "kernel/**"
pull_request:
paths:
- "kernel/**"
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci/install-deps.sh
- run: ./kernel/build.sh