Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Aug 30, 2024
1 parent 1b29e5a commit 1553fa3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Spelling Errors Check
name: Check spelling errors

on: [push]

Expand All @@ -12,7 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: curl -L https://git.io/misspell | bash

Expand Down

0 comments on commit 1553fa3

Please sign in to comment.