From c274ac0715a091ea69cb39c06655aec8c26a378d Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 27 Oct 2024 21:28:09 +0100 Subject: [PATCH] Fix tsx extension --- .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 1f1d808..ac5e7c5 100644 --- a/.github/workflows/copyright_notice.yml +++ b/.github/workflows/copyright_notice.yml @@ -11,7 +11,7 @@ jobs: - uses: VinnyBabuManjaly/copyright-action@v1.0.0 with: CopyrightString: 'Copyright (C) 2024 Manuel Bustillo\n' - FileType: '.rb, .erb, .jsx, tsx' + FileType: '.rb, .erb, .jsx, .tsx' Path: 'app/, config/, db/' IgnorePath: 'testfolder1/a/, testfolder3' - name: Commit changes