Skip to content

Commit

Permalink
Swiftformat: use current year instead of file creation year (#1719)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Guretzki <goergisn@googlemail.com>
  • Loading branch information
atmamont and goergisn authored Jun 19, 2024
1 parent e89ad0c commit ea3916e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect_api_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: 🔍 Detect Changes
run: |
Scripts/detect_public_api_changes/compare.sh ${branch} ${baseRepo}
Scripts/generate_public_interface_definition.sh ${branch} ${baseRepo}
env:
branch: '${{github.event.pull_request.base.ref}}'
baseRepo: '${{github.server_url}}/${{github.repository}}.git'
Expand Down
2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--ranges nospace
--trimwhitespace nonblank-lines
--decimalgrouping none
--header "\nCopyright (c) {created.year} Adyen N.V.\n\nThis file is open source and available under the MIT license. See the LICENSE file for more info.\n"
--header "\nCopyright (c) {year} Adyen N.V.\n\nThis file is open source and available under the MIT license. See the LICENSE file for more info.\n"

0 comments on commit ea3916e

Please sign in to comment.