diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codespell.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 4667b2424..d873fb725 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2023 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | # GitHub Action to automate the identification of common misspellings in text files. | 3 | # GitHub Action to automate the identification of common misspellings in text files. |
| 2 | # https://github.com/codespell-project/actions-codespell | 4 | # https://github.com/codespell-project/actions-codespell |
| 3 | # https://github.com/codespell-project/codespell | 5 | # https://github.com/codespell-project/codespell |