Skip to content

Commit

Permalink
Use pre-commit action instead spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed May 15, 2024
1 parent d456b78 commit 3d77840
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/industrial_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:
with:
options: --line-length=99

spellcheck:
name: Spellcheck
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.33.1
name: Spellcheck
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1

ros_industrial_ci:
name: ROS Industrial CI
needs:
- black
- spellcheck
- pre-commit
strategy:
fail-fast: false
matrix:
Expand Down
8 changes: 8 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,11 @@ spawner
sp
stddev
datasheet
bno
bst
btc
dl
ds
kamami
pdf
wa

0 comments on commit 3d77840

Please sign in to comment.