Skip to content

Commit

Permalink
ci: Reuse workflow for spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 25, 2024
1 parent e8db717 commit 3bed0e9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Spell-check
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install codespell
- run: codespell -S .git,docson,locale,currency.csv -L zar .
lint:
uses: open-contracting/.github/.github/workflows/spellcheck.yml@main
with:
ignore: zar
skip: docson,locale,currency.csv

0 comments on commit 3bed0e9

Please sign in to comment.