chore(baseline-205): tighten excluded-libs scan to file field only #436
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: Build Apollo3 expLoRaBLE | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Apollo3 expLoRaBLE" | |
| test-dir: "tests/platform/apollo3_thing_explorable" | |
| env-name: "apollo3_thing_explorable" | |
| firmware-ext: "bin" |