Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

feat(squashme): start working on pdn types #204

feat(squashme): start working on pdn types

feat(squashme): start working on pdn types #204

name: License Header Check
on: [push, pull_request]
jobs:
check-license-headers:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check license headers
uses: viperproject/check-license-header@v2
with:
path: .
config: ./.github/license-check/config.json
strict: true