Skip to content

CI: Disable code coverage scan #46

CI: Disable code coverage scan

CI: Disable code coverage scan #46

Workflow file for this run

name: license
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
check-license:
name: Check License
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- name: Check License Header
uses: apache/skywalking-eyes@v0.6.0