Modify symphony board with MT376R2V1H0 #2
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: Git Push Workflow Actions | ||
| on: | ||
| push | ||
| jobs: | ||
| defconfig-check: | ||
| uses: varigit-dev/action-workflows/.github/workflows/defconfig-check.yml@master | ||
|
Check failure on line 8 in .github/workflows/git-push.yml
|
||
| with: | ||
| defconfig: >- | ||
| arm:imx_v7_var_defconfig | ||
| arm64:imx8_var_defconfig | ||