Github Action for MicroPython Code Check? #10650
Replies: 4 comments 5 replies
-
https://github.com/micropython/micropython/tree/master/.github/workflows |
Beta Was this translation helpful? Give feedback.
-
Hmm, I saw this directory, but as far as I understand, it is for CI of the MicroPython environment/toolchain. What I am looking for is a workflow for MicroPython libraries/applications. |
Beta Was this translation helpful? Give feedback.
-
I would like to do syntax and coding-style checks. |
Beta Was this translation helpful? Give feedback.
-
Furthermore, You can do more elaborate static code analysis using tools such as pylance, and codeql , when you add the applicable typestubs for your port/board of micropython Apart from installing the micropython stubs, that is identical to running static code analysis on other python code |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is there an example Github Action CI workflow for MicroPython? I would like to use this as a code checker.
Thanks in advance!
Matthias
Beta Was this translation helpful? Give feedback.
All reactions