[realtek-ambz2] Fix OTA build failures (include order + public key es… #270
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Push (dev), Pull Request | |
| on: | |
| push: | |
| branches: ["**"] | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| lint-clang: | |
| name: Run Clang lint | |
| uses: kuba2k2/kuba2k2/.github/workflows/lint-clang.yml@master | |
| lint-python: | |
| name: Run Python lint | |
| uses: kuba2k2/kuba2k2/.github/workflows/lint-python.yml@master |