Skip to content

Commit

Permalink
Test with buggy spellings actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aggarw13 committed Dec 23, 2020
1 parent edb0671 commit 85fe91c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spellings/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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 85fe91c

Please sign in to comment.