Redo migrations after running specs
All checks were successful
Run unit tests / check-licenses (pull_request) Successful in 1m46s
Run unit tests / rubocop (pull_request) Successful in 1m52s
Run unit tests / copyright_notice (pull_request) Successful in 2m17s
Run unit tests / unit_tests (pull_request) Successful in 4m50s
Run unit tests / build-static-assets (pull_request) Successful in 31m44s
All checks were successful
Run unit tests / check-licenses (pull_request) Successful in 1m46s
Run unit tests / rubocop (pull_request) Successful in 1m52s
Run unit tests / copyright_notice (pull_request) Successful in 2m17s
Run unit tests / unit_tests (pull_request) Successful in 4m50s
Run unit tests / build-static-assets (pull_request) Successful in 31m44s
This commit is contained in:
parent
c44c3b8ec8
commit
d4b95c9c55
@ -93,13 +93,13 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- uses: VinnyBabuManjaly/copyright-action@v1.0.0
|
- uses: VinnyBabuManjaly/copyright-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
CopyrightString: '# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors\n\n'
|
CopyrightString: '# Copyright (C) 2024-2025 LibreWeddingPlanner contributors\n\n'
|
||||||
FileType: '.rb'
|
FileType: '.rb'
|
||||||
Path: 'app/, config/, db/, spec/'
|
Path: 'app/, config/, db/, spec/'
|
||||||
IgnorePath: 'db'
|
IgnorePath: 'db'
|
||||||
- uses: VinnyBabuManjaly/copyright-action@v1.0.0
|
- uses: VinnyBabuManjaly/copyright-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
CopyrightString: '<%# Copyright (C) 2024 - 2025 LibreWeddingPlanner contributors %>\n\n'
|
CopyrightString: '<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %>\n\n'
|
||||||
FileType: '.erb'
|
FileType: '.erb'
|
||||||
Path: 'app/'
|
Path: 'app/'
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user