Skip to content

Commit

Permalink
add update
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 committed Aug 12, 2023
1 parent 218af88 commit 1981bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install Spellcheck
run: sudo apt-get install spellcheck
run: sudo apt-get update && sudo apt-get install spellcheck
- uses: pre-commit/action@v3.0.0

0 comments on commit 1981bc1

Please sign in to comment.