From 769f232aebcfa903947817878f2093c0dcff23a4 Mon Sep 17 00:00:00 2001 From: Caleb Albers <7110138+CalebAlbers@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:17:43 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd05321..8126e0d 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,14 @@ Originally based off of [setup-signore](https://github.com/hashicorp/setup-signo Note: see [action.yml](action.yml) for detailed information about configuration and defaults. -### Install the latest copywrite client release +### Install the latest copywrite client release and validate headers ```yaml - name: Install copywrite uses: hashicorp/setup-copywrite@v1 + +- name: Validate Header Compliance + run: copywrite headers --plan ``` ### Install a specific copywrite client release