Skip to content

[chore] : Bump actions/setup-go in the github-actions group (#24) #10

[chore] : Bump actions/setup-go in the github-actions group (#24)

[chore] : Bump actions/setup-go in the github-actions group (#24) #10

Workflow file for this run

name: Check Copywrite Headers
on:
pull_request:
push:
branches:
- "main"
jobs:
copywrite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
name: Setup Copywrite
with:
version: v0.25.3
archive-checksum: e43f4b72fff3f219c5a5f883438d63edd5b68f5bea90a5d18abb3001c8c3aedc
- name: Check Header Compliance
run: make copywriteheaders
permissions:
contents: read