Files
Devashish 066144208e
Code Quality: Super-Linter / Super-Linter (push) Failing after 1s
HashiCorp: Compliance / copywrite (push) Failing after 3s
GitHub Action: Self-Test / Test `setup-packer` (push) Failing after 1h11m55s
Code Quality: TypeScript / Node.js (20.x) (push) Failing after 1h11m50s
tsccr-helper gha update -latest .
from https://hermes.hashicorp.services/document/1kwq2o70u_WNn-SHxL0zPB94ImMMGHiaEXitMczdx7uQ
2024-05-07 11:16:58 -04:00

26 lines
559 B
YAML

---
name: "HashiCorp: Compliance"
on:
push:
permissions:
contents: read
jobs:
copywrite:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
- run: copywrite headers --plan
- run: copywrite license --plan