mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
The latest PR of skywalking-eyes https://github.com/apache/skywalking-eyes/pull/149 breaks our CI action
17 lines
387 B
YAML
17 lines
387 B
YAML
name: License checker
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
pull_request:
|
|
types: [opened, synchronize, reopened, ready_for_review]
|
|
jobs:
|
|
license-header-check:
|
|
runs-on: ubuntu-latest
|
|
name: license-header-check
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Check License Header
|
|
uses: apache/skywalking-eyes/header@df70871af1a8109c9a5b1dc824faaf65246c5236
|