Add .ts extension to copyright notice #67

Merged
bustikiller merged 2 commits from copyright-v2 into main 2024-10-28 08:03:36 +00:00
Showing only changes of commit ca17dd1adb - Show all commits

View File

@ -14,7 +14,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\n' CopyrightString: '/* Copyright (C) 2024 Manuel Bustillo*/\n\n'
FileType: '.tsx, .jsx' FileType: '.tsx, .jsx, .ts'
Path: 'app/, config/, db/' Path: 'app/, config/, db/'
IgnorePath: 'testfolder1/a/, testfolder3' IgnorePath: 'testfolder1/a/, testfolder3'
- name: Commit changes - name: Commit changes