add to GHA

This commit is contained in:
mrdudz
2025-06-09 18:42:52 +02:00
parent d368f3d0ea
commit 58ff844d04
2 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ jobs:
- name: Do some simple style checks
shell: bash
run: make -j2 checkstyle
- name: Check bsearch tables
shell: bash
run: make -j2 sorted
- name: Build the tools.
shell: bash
run: make -j2 bin USER_CFLAGS=-Werror

View File

@@ -49,6 +49,9 @@ jobs:
- name: Do some simple style checks
shell: bash
run: make -j2 checkstyle
- name: Check bsearch tables
shell: bash
run: make -j2 sorted
- name: Build the tools.
shell: bash
run: |