Skip to content

Commit

Permalink
ci: update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Dec 22, 2024
1 parent b7c0366 commit 4bd7ad6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ jobs:
test-swift: true
- name: Set up examples
run: |-
git clone https://github.com/torvalds/linux examples/linux --single-branch --depth=1 --filter=blob:none
git clone https://github.com/torvalds/linux examples/linux --single-branch --depth=1 --filter=blob:none
git clone https://github.com/zephyrproject-rtos/zephyr examples/zephyr --single-branch --depth=1 --filter=blob:none
- name: Parse examples
uses: tree-sitter/parse-action@v4
with:
files: |
examples/**/Kconfig*
examples/**/[K]config*
!examples/linux/scripts/Kconfig.include
!examples/linux/scripts/kconfig/tests/preprocess/builtin_func/Kconfig
!examples/linux/scripts/kconfig/tests/preprocess/circular_expansion/Kconfig
Expand Down

0 comments on commit 4bd7ad6

Please sign in to comment.