Skip to content

Github action to check license #4

Github action to check license

Github action to check license #4

Workflow file for this run

name: License Header Check
permissions:
contents: read
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-headers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: viperproject/check-license-header@v1
with:
config: .github/license-config.json
strict: true