Skip to content

Commit

Permalink
Revert "Test with buggy spellings actions"
Browse files Browse the repository at this point in the history
This reverts commit 85fe91c.
  • Loading branch information
aggarw13 committed Dec 23, 2020
1 parent 85fe91c commit cf3353c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spellings/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
shell: bash
- name: Check spelling
run: |
PATH=$PATH:$GITHUB_ACTION_PATH/tools
cd ${{ inputs.path }}
for lexfile in `find ./ -name lexicon.txt`
do dir=${lexfile%/lexicon.txt}
Expand Down

0 comments on commit cf3353c

Please sign in to comment.