Revert changes to cppcheck and unused arguments #282
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: Test PIC32CZ and PIC32CK Build | |
| on: | |
| push: | |
| branches: [ 'master', 'main', 'release/**' ] | |
| pull_request: | |
| branches: [ '*' ] | |
| jobs: | |
| build-pic32cz: | |
| uses: ./.github/workflows/test-build.yml | |
| with: | |
| arch: ARM | |
| config-file: config/examples/pic32cz.config | |
| make-args: "TARGET=pic32cz" | |
| build-pic32ck: | |
| uses: ./.github/workflows/test-build.yml | |
| with: | |
| arch: ARM | |
| config-file: config/examples/pic32ck.config | |
| make-args: "TARGET=pic32ck" |