Skip to content

Commit a31f4d3

Browse files
committed
actions: add workflow for github actions
Signed-off-by: Joe7500 <j7545032@gmail.com>
1 parent 1054106 commit a31f4d3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/build-kernel.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Build Kernel on GitHub Actions
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
dummy_job:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Do Nothing
11+
run: |
12+
echo this workflow does nothing
13+
echo use the build-actions branch instead
14+
exit 1

0 commit comments

Comments
 (0)