summaryrefslogtreecommitdiff
path: root/.github/workflows/pre-commit.yml
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-07-17 16:40:34 +0700
committerGitHub <[email protected]>2026-07-17 16:40:34 +0700
commitaa410008e8e74b0727f8c30a1ec109ff2c37efc6 (patch)
tree613a6d86ae8afbec9d97f8ca3feac50c596b7782 /.github/workflows/pre-commit.yml
parentac595bc5cf64949332347a2b9d901de507a744a6 (diff)
parent8a42508300e03e3ed3bf7dc3e31821adf079189e (diff)
Merge pull request #3758 from hathach/usbtest
usbtest: device-side peer for the Linux kernel usbtest battery + DCD fixes across 13 ports
Diffstat (limited to '.github/workflows/pre-commit.yml')
-rw-r--r--.github/workflows/pre-commit.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index b9bfaf9b6..70dd3894d 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -24,7 +24,9 @@ jobs:
- name: Get Dependencies
run: |
- gem install ceedling
+ # pinned: 1.1.0 breaks mock preprocessing on this project ("Failed to read
+ # _build/test/preprocess/.../raw/*.h for comment stripping"); revisit on next release
+ gem install ceedling -v 1.0.1
#cd test/unit-test
#ceedling test:all