We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a4027 commit f6ca434Copy full SHA for f6ca434
.github/workflows/pr-checks.yml
@@ -29,6 +29,17 @@ jobs:
29
GITHUB_CONTEXT: ${{ toJson(github) }}
30
run: echo "$GITHUB_CONTEXT"
31
32
+ - name: Build nati_x86_64_defconfig
33
+ run: |
34
+ make nati_x86_64_defconfig
35
+ make -j8 bzImage modules
36
+
37
+ - name: Check if nati_x86_64_defconfig needs updation
38
39
40
+ make savedefconfig
41
+ diff defconfig arch/x86/configs/nati_x86_64_defconfig
42
43
- name: format-patch
44
run: |
45
common_ancestor=$(git merge-base HEAD origin/${{ github.base_ref }})
0 commit comments