Skip to content

feat: update header files to support openresty-1.23.5.1 #145

feat: update header files to support openresty-1.23.5.1

feat: update header files to support openresty-1.23.5.1 #145

Workflow file for this run

name: License checker
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check-license:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v3.4.0
- name: Check License Header
uses: apache/skywalking-eyes@v0.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}