From c714a49a04206a142f69328e70320e86fc0fc871 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Fri, 24 Jan 2025 09:05:24 +0100 Subject: [PATCH] Ignore the full db directory --- .gitea/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index afee52c..b2bf73a 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -95,7 +95,7 @@ jobs: CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n' FileType: '.rb' Path: 'app/, config/, db/, spec/' - IgnorePath: 'db/schema.rb' + IgnorePath: 'db' - uses: VinnyBabuManjaly/copyright-action@v1.0.0 with: CopyrightString: '<%# Copyright (C) 2024 Manuel Bustillo %>\n\n'