CI: Improve name of spellcheck step

This commit is contained in:
syeopite 2025-09-08 18:33:31 +00:00 committed by GitHub
parent 4d52120cd1
commit cdd2c60c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,7 @@ jobs:
run: bin/ameba
lint_spell:
name: Spell Check with Typos
name: Check spelling
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository