Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
chadsr and github-actions[bot] authored Feb 2, 2022
1 parent 916be5f commit a1194e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ misspell -locale="${INPUT_LOCALE}" . |
-filter-mode="${INPUT_FILTER_MODE}" \
-fail-on-error="${INPUT_FAIL_ON_ERROR}" \
-level="${INPUT_LEVEL}" \
${INPUT_REVIEWDOG_FLAGS}
"${INPUT_REVIEWDOG_FLAGS}"

echo "[action-pytest] Running pytest on \"${INPUT_WORKDIR}\"..."
pytest --profile-svg --cov="${INPUT_WORKDIR}" "${INPUT_WORKDIR}"

0 comments on commit a1194e7

Please sign in to comment.