Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
Kenji Miyake committed Aug 31, 2022
1 parent f1f5084 commit 38750e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spell-check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ runs:
if [ -f "${{ inputs.local-cspell-json }}" ]; then
cp ${{ inputs.local-cspell-json }} local.cspell.json || true
else
echo "No local dictionary found."
echo "{}" > local.cspell.json
fi
shell: bash
Expand Down

0 comments on commit 38750e0

Please sign in to comment.