backport of commit 1ac14f4869e6f1a884f9f1384dbde863ac7fa69b #11182
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Copywrite Headers | |
on: | |
push: {} | |
jobs: | |
copywrite: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 | |
- uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3 | |
name: Setup Copywrite | |
with: | |
version: v0.16.4 | |
archive-checksum: c299f830e6eef7e126a3c6ef99ac6f43a3c132d830c769e0d36fa347fa1af254 | |
- name: Check Header Compliance | |
run: make copywriteheaders | |
permissions: | |
contents: read |