Skip to content

test: using python 3.8 #7

test: using python 3.8

test: using python 3.8 #7

Workflow file for this run

name: Check Board Headers
on:
push:
paths:
- 'src/boards/include/boards/**'
- 'tools/check_board_header.py'
- 'tools/check_all_board_headers.sh'
- '.github/workflows/check_board.yml'
pull_request:
paths:
- 'src/boards/include/boards/**'
- 'tools/check_board_header.py'
- 'tools/check_all_board_headers.sh'
- '.github/workflows/check_board.yml'
jobs:
check-board-headers:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Python 3.8
uses: actions/setup-python@v5
with:
python-version: '3.8'
# - name: Install dependencies
# run: sudo apt install python3
- name: Check Board Headers
run: |
tools/check_all_board_headers.sh