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 3623ba1 commit 2e5f649Copy full SHA for 2e5f649
.github/workflows/pre-commit.yml
@@ -26,19 +26,18 @@ jobs:
26
- name: Checkout TinyUSB
27
uses: actions/checkout@v3
28
29
+ - name: Get Dependencies
30
+ run: |
31
+ gem install ceedling
32
+ #cd test/unit-test
33
+ #ceedling test:all
34
+
35
- name: Run pre-commit
36
uses: pre-commit/[email protected]
37
38
- name: Run codespell
39
uses: codespell-project/actions-codespell@master
40
- - name: Run Unit Tests
- run: |
- # Install Ceedling
- gem install ceedling
- cd test/unit-test
- ceedling test:all
41
-
42
- name: Build Fuzzer
43
run: |
44
export CC=clang
0 commit comments