Skip to content

Adding workflow files for checking for Copyright headers. #50

Adding workflow files for checking for Copyright headers.

Adding workflow files for checking for Copyright headers. #50

name: Pull request workflow
on:
workflow_dispatch:
workflow_call:
pull_request:
branches:
- main
jobs:
build-artifacts:
uses: ./.github/workflows/build-artifacts.yml
secrets: inherit
spdx:
uses: ./.github/workflows/spdx.yml
secrets: inherit