Compare commits

..

1 Commits

Author SHA1 Message Date
c714a49a04 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
2025-01-24 09:05:24 +01:00
2 changed files with 1 additions and 3 deletions

View File

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

2
db/schema.rb generated
View File

@ -1,5 +1,3 @@
# Copyright (C) 2024 Manuel Bustillo
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.