From 5cea3f50b6a5e673d9784181f8dc0b8f151cdc70 Mon Sep 17 00:00:00 2001 From: mathiasg Date: Thu, 29 Aug 2024 10:43:31 -0400 Subject: [PATCH] ci: exclude original license from check --- .github/workflows/style.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index a70d88e..3372ab0 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -36,3 +36,5 @@ jobs: uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2 + with: + exclude_file: ORIGINAL_LICENSE