Skip to content

fix some typos (#30) #82

fix some typos (#30)

fix some typos (#30) #82

Workflow file for this run

name: License checker
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- "main"
jobs:
license-header-check:
name: license-header-check
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes/header@main