Files
check-html-links-action/entrypoint.sh
Julien Lengrand-Lambert 541d1786b9 Remove extra echo
2021-01-20 16:56:26 +01:00

7 lines
108 B
Bash
Executable File

#!/bin/sh -l
WORKDIR=$GITHUB_WORKSPACE/$1
echo "Checking links in $WORKDIR"
npx check-html-links $WORKDIR