Skip to content

build: sign macos binaries for arm and amd architectures and universal packagings #474

build: sign macos binaries for arm and amd architectures and universal packagings

build: sign macos binaries for arm and amd architectures and universal packagings #474

Workflow file for this run

name: Check License Headers
on:
push:
branches: [main]
pull_request:
# Since no branch is specified, this will run on all PRs
jobs:
check-headers:
name: Check that license headers are in place
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Check license headers
uses: apache/skywalking-eyes@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7.0
with:
config: .licenserc.yml