Fix tsx extension
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled
Check usage of free licenses / build-static-assets (pull_request) Has been cancelled
Add copyright notice / copyright_notice (pull_request) Has been cancelled
Build Nginx-based docker image / build-static-assets (pull_request) Has been cancelled

This commit is contained in:
Manuel Bustillo 2024-10-27 21:28:09 +01:00
parent ce90391564
commit c274ac0715

View File

@ -11,7 +11,7 @@ jobs:
- uses: VinnyBabuManjaly/copyright-action@v1.0.0 - uses: VinnyBabuManjaly/copyright-action@v1.0.0
with: with:
CopyrightString: 'Copyright (C) 2024 Manuel Bustillo\n' CopyrightString: 'Copyright (C) 2024 Manuel Bustillo\n'
FileType: '.rb, .erb, .jsx, tsx' FileType: '.rb, .erb, .jsx, .tsx'
Path: 'app/, config/, db/' Path: 'app/, config/, db/'
IgnorePath: 'testfolder1/a/, testfolder3' IgnorePath: 'testfolder1/a/, testfolder3'
- name: Commit changes - name: Commit changes