Skip to content

Commit

Permalink
actions: clang: fix typo
Browse files Browse the repository at this point in the history
Add missing ")".

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and carlescufi committed Nov 16, 2021
1 parent 9852790 commit 43622e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
export ZEPHYR_BASE=${PWD}
export ZEPHYR_TOOLCHAIN_VARIANT=llvm
# check if we need to run a full twister or not based on files changed
SC=$(./scripts/ci/what_changed.py --commits ${COMMIT_RANGE}
SC=$(./scripts/ci/what_changed.py --commits ${COMMIT_RANGE})
# Get twister arguments based on the files changed
./scripts/ci/get_twister_opt.py --commits ${COMMIT_RANGE}
if [ "$SC" = "full" ]; then
Expand Down

0 comments on commit 43622e0

Please sign in to comment.