Fix extension
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m47s
Add copyright notice / copyright_notice (pull_request) Successful in 2m31s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 5m52s
Playwright Tests / test (pull_request) Successful in 5m3s

This commit is contained in:
Manuel Bustillo 2024-10-27 22:02:14 +01:00
parent 1a44ecd8e6
commit 9fe306004b

View File

@ -13,8 +13,8 @@ jobs:
ref: ${{ github.head_ref }}
- uses: VinnyBabuManjaly/copyright-action@v1.0.0
with:
CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n'
FileType: '.rb'
CopyrightString: '/* Copyright (C) 2024 Manuel Bustillo*/\n\n'
FileType: '.tsx, .jsx'
Path: 'app/, config/, db/'
IgnorePath: 'testfolder1/a/, testfolder3'
- name: Commit changes