Add SPDX license headers to CI workflow file

This change adds SPDX license headers to the .github/workflows/ci.yml file to ensure proper attribution and compliance with the MIT license. The added headers include copyright information and the applicable license type.
This commit is contained in:
Winni Neessen 2024-10-26 15:57:27 +02:00
parent f82ac0c5ae
commit 3aef85e324
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The go-mail Authors
#
# SPDX-License-Identifier: MIT
name: CI
permissions: