diff --git a/.github/workflows/copyright_notice.yml b/.github/workflows/copyright_notice.yml index b6c398e..c97e035 100644 --- a/.github/workflows/copyright_notice.yml +++ b/.github/workflows/copyright_notice.yml @@ -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'