aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAdrian <[email protected]>2022-04-08 18:44:12 +0200
committerPete Johanson <[email protected]>2022-04-18 23:34:50 -0400
commit3ff8014cf299d682f7e76296c0c7e8e53c041a87 (patch)
tree21cb6c08252d459ae3a9d02ed39e6b732895606d /.github
parent142d5187342e37b524b969f3e87b131478f1ac2b (diff)
downloadzmk-3ff8014cf299d682f7e76296c0c7e8e53c041a87.tar.gz
zmk-3ff8014cf299d682f7e76296c0c7e8e53c041a87.zip
ci: sort build configuration output
Co-authored-by: Albert Y <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-user-config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml
index 226a53c125..cb462b1a6d 100644
--- a/.github/workflows/build-user-config.yml
+++ b/.github/workflows/build-user-config.yml
@@ -100,7 +100,7 @@ jobs:
west build -s zmk/app -b ${{ matrix.board }} -- -DZMK_CONFIG=${GITHUB_WORKSPACE}/${{ inputs.config_path }} ${{ steps.variables.outputs.extra-cmake-args }} ${{ matrix.cmake-args }}
- name: ${{ steps.variables.outputs.display-name }} Kconfig file
- run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
+ run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$" | sort
- name: Rename artifacts
run: |