diff options
| author | 2023-03-11 22:10:38 -0500 | |
|---|---|---|
| committer | 2023-03-12 11:33:01 -0400 | |
| commit | 600f325d87e42f856da58c42a5280f098ebb6e8c (patch) | |
| tree | 75c4fe48af55186a4e420e94a1d7e1bfd92e4ec0 /.github | |
| parent | general: use codespell to identify spelling mistakes (diff) | |
| download | yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.gz yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.xz yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.zip | |
general: fix spelling mistakes
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 |