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 77a802a commit 6006907Copy full SHA for 6006907
.github/workflows/gh-actions.yml
@@ -17,6 +17,7 @@ jobs:
17
python-version: '3.10'
18
- run: sudo apt update
19
- run: sudo apt install pylint doxygen cppcheck clang-format-15
20
+ - run: python -c "import sys; print(sys.version)"
21
- run: $RUNNER --check-signed-off=gh-actions
22
if: ${{ always() }}
23
- run: $RUNNER --check-doxygen
.gitignore
@@ -1,6 +1,6 @@
1
# Produced files
2
.mbedignore
3
-build/*
+build*/*
4
5
# IDE related files
6
nbproject
0 commit comments