Add notice only for rb files
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m30s
Add copyright notice / copyright_notice (pull_request) Failing after 2m29s
Playwright Tests / test (pull_request) Successful in 5m51s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 7m40s
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m30s
Add copyright notice / copyright_notice (pull_request) Failing after 2m29s
Playwright Tests / test (pull_request) Successful in 5m51s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 7m40s
This commit is contained in:
parent
f85d800127
commit
14b527f8b4
4
.github/workflows/copyright_notice.yml
vendored
4
.github/workflows/copyright_notice.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
- uses: VinnyBabuManjaly/copyright-action@v1.0.0
|
||||
with:
|
||||
CopyrightString: 'Copyright (C) 2024 Manuel Bustillo\n'
|
||||
FileType: '.rb, .erb, .jsx, .tsx'
|
||||
CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n'
|
||||
FileType: '.rb'
|
||||
Path: 'app/, config/, db/'
|
||||
IgnorePath: 'testfolder1/a/, testfolder3'
|
||||
- name: Commit changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user