Skip to content

Integrate work dispatchers into our drivers #249

Integrate work dispatchers into our drivers

Integrate work dispatchers into our drivers #249

Workflow file for this run

name: Copyright
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Check to see if source files have the correct copyright header
run: ./scripts/check_copyright.py