From ace03a6654d1120b4b83b184bb78d836d4417647 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Mon, 28 Oct 2024 23:04:10 +0100 Subject: [PATCH] Include the copyright notice in spec files --- .github/workflows/copyright_notice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copyright_notice.yml b/.github/workflows/copyright_notice.yml index b6c398e..c97e035 100644 --- a/.github/workflows/copyright_notice.yml +++ b/.github/workflows/copyright_notice.yml @@ -15,7 +15,7 @@ jobs: with: CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n' FileType: '.rb' - Path: 'app/, config/, db/' + Path: 'app/, config/, db/, spec/' - uses: VinnyBabuManjaly/copyright-action@v1.0.0 with: CopyrightString: '<%# Copyright (C) 2024 Manuel Bustillo %>\n\n'