Skip to content

Commit

Permalink
fix spelling action
Browse files Browse the repository at this point in the history
  • Loading branch information
joapuiib committed Oct 26, 2024
1 parent f8645f3 commit 3b9bd7c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -42,9 +41,8 @@ jobs:
- name: Download dictionary
if: steps.cache-file.outputs.cache-hit != 'true'
run: |
curl -L https://github.com/Softcatala/catalan-dict-tools/blob/master/resultats/hunspell/catalan-valencia.dic
-o .hunspell/ca_ES_valencia.dic
curl -L https://raw.githubusercontent.com/Softcatala/catalan-dict-tools/refs/heads/master/resultats/hunspell/catalan-valencia.aff
-o .hunspell/ca_ES_valencia.aff
mkdir -p .hunspell
curl -L https://raw.githubusercontent.com/Softcatala/catalan-dict-tools/refs/heads/master/resultats/hunspell/catalan-valencia.dic -o .hunspell/ca_ES_valencia.dic
curl -L https://raw.githubusercontent.com/Softcatala/catalan-dict-tools/refs/heads/master/resultats/hunspell/catalan-valencia.aff -o .hunspell/ca_ES_valencia.aff
- name: Spell check
run: pyspelling

0 comments on commit 3b9bd7c

Please sign in to comment.