Skip to content

fix: decode options in compat mode #1230

fix: decode options in compat mode

fix: decode options in compat mode #1230

Workflow file for this run

name: License Check
on: pull_request
jobs:
build:
runs-on: [self-hosted, X64]
steps:
- name: Clear repository
run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes/header@v0.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check Branch
run: ./scripts/check_branch_name.sh ${{ github.head_ref }}