mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-28 00:42:56 +00:00
17 lines
333 B
YAML
17 lines
333 B
YAML
name: License checker
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
types: [opened, synchronize, reopened, ready_for_review]
|
|
jobs:
|
|
license-header-check:
|
|
runs-on: ubuntu-20.04
|
|
name: license-header-check
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Check License Header
|
|
uses: korandoru/hawkeye@v5
|