Skip to content

build(deps): bump mako from 1.1.3 to 1.2.2 in /tools/plugingenerator #249

build(deps): bump mako from 1.1.3 to 1.2.2 in /tools/plugingenerator

build(deps): bump mako from 1.1.3 to 1.2.2 in /tools/plugingenerator #249

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