Ignore the full db directory
Some checks failed
Run unit tests / rubocop (pull_request) Successful in 1m12s
Run unit tests / check-licenses (pull_request) Successful in 1m16s
Run unit tests / copyright_notice (pull_request) Successful in 1m59s
Run unit tests / unit_tests (pull_request) Successful in 2m27s
Run unit tests / build-static-assets (pull_request) Has been cancelled

This commit is contained in:
Manuel Bustillo 2025-01-24 09:05:24 +01:00
parent c30b6df0a4
commit c714a49a04

View File

@ -95,7 +95,7 @@ jobs:
CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n' CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n'
FileType: '.rb' FileType: '.rb'
Path: 'app/, config/, db/, spec/' Path: 'app/, config/, db/, spec/'
IgnorePath: 'db/schema.rb' IgnorePath: 'db'
- 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'