We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec1036 commit 5e48de1Copy full SHA for 5e48de1
.github/workflows/ci.yml
@@ -78,7 +78,6 @@ jobs:
78
wget -O dblinter.zip https://github.com/Grisselbav/dbLinter/releases/download/cli-v1.0.0/dblinter-1.0.0.zip
79
unzip dblinter.zip
80
mv dblinter-* dblinter
81
- chmod +x dblinter/dblinter
82
echo "$(pwd)/dblinter" >> $GITHUB_PATH
83
84
- name: Run checks
@@ -152,7 +151,7 @@ jobs:
152
151
# Add user-content- prefix to internal links
153
sed -i 's/href="#\([^"]*\)"/href="#user-content-\1"/g' "${output_html}.body"
154
155
- # Convert href anchors with user-content- prefix to lowercase
+ # Convert internal links with user-content- prefix to lowercase
156
sed -i 's/href="#user-content-\([^"]*\)"/\L&/g' "${output_html}.body"
157
158
# Wrap with GitHub markdown styling
0 commit comments