aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linux-kernel.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux-kernel.yml')
-rw-r--r--.github/workflows/linux-kernel.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/linux-kernel.yml b/.github/workflows/linux-kernel.yml
deleted file mode 100644
index 35871ff0..00000000
--- a/.github/workflows/linux-kernel.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: linux-kernel
-
-on:
- pull_request:
- branches: [ dev, master, actionsTest ]
-
-jobs:
- test:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Create linux kernel library + build + test
- run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-variable"