From b7d57fd103d6b97485a40080c6ca1893f4b7dbc9 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:52:54 -0500 Subject: [PATCH] Update spellcheck.yml --- .github/workflows/spellcheck.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 834aeec..6bcb083 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -1,6 +1,6 @@ # This is workflow for spell checking using PySpelling lib (https://pypi.org/project/pyspelling/) -name: Spellcheck -# Controls when the action will run. +name: GitHub Spellcheck +# Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the main branch push: @@ -21,5 +21,5 @@ jobs: steps: # Spellcheck - uses: actions/checkout@v2 - - uses: igsekor/pyspelling-any@v0.0.2 + - uses: igsekor/pyspelling-any@v1.0.4 name: Spellcheck