Skip to content

[API break] rule: Reorganize the code base #221

[API break] rule: Reorganize the code base

[API break] rule: Reorganize the code base #221

Workflow file for this run

name: license
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
check-license:
name: Check License
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- name: Check License Header
uses: apache/[email protected]