From ca17dd1adbc33513f391641a73b6dd39eae8bc9c Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 27 Oct 2024 22:24:55 +0100 Subject: [PATCH] Add .ts extension to copyright notice --- .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 64fa64f..fed4cc4 100644 --- a/.github/workflows/copyright_notice.yml +++ b/.github/workflows/copyright_notice.yml @@ -14,7 +14,7 @@ jobs: - uses: VinnyBabuManjaly/copyright-action@v1.0.0 with: CopyrightString: '/* Copyright (C) 2024 Manuel Bustillo*/\n\n' - FileType: '.tsx, .jsx' + FileType: '.tsx, .jsx, .ts' Path: 'app/, config/, db/' IgnorePath: 'testfolder1/a/, testfolder3' - name: Commit changes