Skip to content

Commit

Permalink
fix pre-commit action version in spellcheck action (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksaC committed May 20, 2024
1 parent 1cbddae commit 67b4f84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
paths:
- "**.md"
- ".github/workflows/spellcheck.yml"
branches:
- main
pull_request:
paths:
- "**.md"
- ".github/workflows/spellcheck.yml"
branches:
- main

Expand All @@ -26,6 +28,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/action@v3
- uses: pre-commit/action@v3.0.1
with:
extra_args: vale --all-files

0 comments on commit 67b4f84

Please sign in to comment.