add board IDs for missing ARK products #14
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: Check for Board Assignment Conflicts | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'master' | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
check: | |
name: Check for Conflicts | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
- name: Run Test | |
run: | | |
./Tools/check_board_types_conflicts.txt | |