Compare commits

..

1 Commits

Author SHA1 Message Date
7baf31dfc5 Add copyright notice
Some checks failed
Run unit tests / rubocop (pull_request) Successful in 17s
Run unit tests / check-licenses (pull_request) Successful in 35s
Run unit tests / copyright_notice (pull_request) Successful in 1m5s
Run unit tests / unit_tests (pull_request) Failing after 4m2s
Run unit tests / build-static-assets (pull_request) Has been skipped
2025-01-24 08:03:28 +00:00
2 changed files with 3 additions and 1 deletions

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' IgnorePath: 'db/schema.rb'
- 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'

2
db/schema.rb generated
View File

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