Skip to content

fix: fix api path tree building #321

fix: fix api path tree building

fix: fix api path tree building #321

Workflow file for this run

name: License checker
on:
push:
branches:
- main
- release/*
paths-ignore:
- '**.md'
pull_request:
branches:
- main
- release/*
paths-ignore:
- '**.md'
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Checkout codes
uses: actions/checkout@v4
- name: Check License Header
uses: apache/[email protected]