Skip to content

fix: correctly pass command line args, "-c=" instead of "-c " (#154) #172

fix: correctly pass command line args, "-c=" instead of "-c " (#154)

fix: correctly pass command line args, "-c=" instead of "-c " (#154) #172

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@main