Skip to content

#2388: LB stat files should not be written out every phase and should be marked with a trace event #475

#2388: LB stat files should not be written out every phase and should be marked with a trace event

#2388: LB stat files should not be written out every phase and should be marked with a trace event #475

name: Check header guards and license
on: pull_request
jobs:
check-guards:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup Dependencies
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Check that for correct include guards and license
run: ./scripts/check_guards.sh $(pwd)