Skip to content

CPP-AP: version 1.2 #28

CPP-AP: version 1.2

CPP-AP: version 1.2 #28

Workflow file for this run

name: licence
on:
push:
branches:
- '*'
paths:
- .github/workflows/licence.yaml
- scripts/check_licence.py
- include/**
jobs:
build:
name: Test code formatting
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Test licence
shell: bash
run: |
python3 scripts/check_licence.py