Skip to content

Commit

Permalink
Test CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrocapra committed Sep 29, 2023
1 parent 753a537 commit e43769f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-copyright-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Prepend Comments
on:
push:
branches:
- final-comments
- fin-fin-comments

jobs:
prepend-comments:
Expand All @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: Check and Prepend Comments
run: |
for file in $(find . -type d \( -path "./backend/signin-service/src" -o -path "./backend/web/Web.Portal/wwwroot" \) -prune -o -type f \( -name "*.ts" -o -name "*.tsx" -o -name "*.js" -o -name "*.cs" \) -print); do
for file in $(find . -type d \( -path "./backend/signing-service/src" -o -path "./backend/web/Web.Portal/wwwroot" \) -prune -o -type f \( -name "*.ts" -o -name "*.tsx" -o -name "*.js" -o -name "*.cs" \) -print); do
if ! grep -q "Copyright 2023 Quantoz Technology B.V. and contributors." "$file"; then
echo -e "// Copyright 2023 Quantoz Technology B.V. and contributors. Licensed\n// under the Apache License, Version 2.0. See the NOTICE file at the root\n// of this distribution or at http://www.apache.org/licenses/LICENSE-2.0\n\n$(cat $file)" > $file
fi
Expand Down

0 comments on commit e43769f

Please sign in to comment.