Include the copyright notice in spec files
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 1m52s
Run unit tests / unit_tests (pull_request) Successful in 2m50s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 42m16s

This commit is contained in:
Manuel Bustillo 2024-10-28 23:04:10 +01:00
parent e4dbbc78b7
commit ace03a6654

View File

@ -15,7 +15,7 @@ jobs:
with:
CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n'
FileType: '.rb'
Path: 'app/, config/, db/'
Path: 'app/, config/, db/, spec/'
- uses: VinnyBabuManjaly/copyright-action@v1.0.0
with:
CopyrightString: '<%# Copyright (C) 2024 Manuel Bustillo %>\n\n'