Skip to content

Commit 6006907

Browse files
committed
print system version
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo [email protected]
1 parent 77a802a commit 6006907

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/gh-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
python-version: '3.10'
1818
- run: sudo apt update
1919
- run: sudo apt install pylint doxygen cppcheck clang-format-15
20+
- run: python -c "import sys; print(sys.version)"
2021
- run: $RUNNER --check-signed-off=gh-actions
2122
if: ${{ always() }}
2223
- run: $RUNNER --check-doxygen

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Produced files
22
.mbedignore
3-
build/*
3+
build*/*
44

55
# IDE related files
66
nbproject

0 commit comments

Comments
 (0)