Skip to content

added basic trace metadata collection; tracegen refactored to clikt #1437

added basic trace metadata collection; tracegen refactored to clikt

added basic trace metadata collection; tracegen refactored to clikt #1437

name: Check copyright
on:
push:
pull_request:
types: [opened, synchronize, reopened]
permissions: write-all
concurrency:
group: copyright-${{ github.head_ref }}
cancel-in-progress: true
jobs:
check-copyright:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Check copyright
uses: ./.github/actions/check-copyright