Skip to content

Commit 1a267c7

Browse files
committed
testing: Just test commit to explore
Signed-off-by: Martin Kojtal <[email protected]>
1 parent da7c0b7 commit 1a267c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/basic_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
shell: bash
2828
run: |
2929
pip install -U scancode-toolkit click
30+
scancode --version
31+
python --version
32+
pip list --all
3033
3134
-
3235
name: license check

hal/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
1+
# Copyright (c) 2020-2022 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)

0 commit comments

Comments
 (0)