mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
workflows: initrd and kernel checks
This commit is contained in:
16
.github/workflows/kernel.yml
vendored
Normal file
16
.github/workflows/kernel.yml
vendored
Normal 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
|
Reference in New Issue
Block a user