Compare commits
1 Commits
7baf31dfc5
...
c714a49a04
Author | SHA1 | Date | |
---|---|---|---|
c714a49a04 |
@ -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'
|
||||||
|
2
db/schema.rb
generated
2
db/schema.rb
generated
@ -1,5 +1,3 @@
|
|||||||
# 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user