Skip to content

StyleHelper final fix #178

StyleHelper final fix

StyleHelper final fix #178

Workflow file for this run

name: license-headers
on: [push, pull_request]
env:
BUILD_HOST: ubuntu-22.04
USERNAME: github-actions
jobs:
check-license-headers:
runs-on: ubuntu-latest
timeout-minutes: 15
name: Validate Scopy GPL License
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
set-safe-directory: 'true'
- name: Run License Scanner Utility
shell: bash
run: |
export CI_SCRIPT=ON
cd $GITHUB_WORKSPACE
./tools/license.sh