Skip to content

Add license checks to CI #1

Add license checks to CI

Add license checks to CI #1

Workflow file for this run

name: License
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
workflow_call:
jobs:
check-license:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check licenses
run: .github/workflows/license.sh