Skip to content

Commit

Permalink
PR - use re-usable misspell action
Browse files Browse the repository at this point in the history
This allows central configuration of versions used.
  • Loading branch information
JanneKiiskila committed Dec 16, 2024
1 parent f493a7a commit 87fcea8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/misspell.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: misspell
on: push
on:
push:
workflow_dispatch:

# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
Expand All @@ -12,9 +14,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run misspell (findings may not increase)
if: always()
run: |
curl -L -o ./install-misspell.sh https://git.io/misspell
sh ./install-misspell.sh
bin/misspell -i mosquitto .
- name: Misspell
uses: PelionIoT/actions/.github/actions/misspell@main
with:
exceptions: "mosquitto"

0 comments on commit 87fcea8

Please sign in to comment.