Skip to content

Create github workflow to check for copyright and license notices #1

Create github workflow to check for copyright and license notices

Create github workflow to check for copyright and license notices #1

name: Check copyright and license notices
on:
push:
branches-ignore:
- 'main'
# Cancel inprogress runs if new commit pushed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-notices:
runs-on: [self-hosted, linux, large, jammy, x64]
steps:
- uses: actions/checkout@v4
- name: Check License Header
uses: apache/skywalking-eyes/[email protected]