Skip to content

Commit 5e48de1

Browse files
remove unnecessary chmod
1 parent eec1036 commit 5e48de1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
wget -O dblinter.zip https://github.com/Grisselbav/dbLinter/releases/download/cli-v1.0.0/dblinter-1.0.0.zip
7979
unzip dblinter.zip
8080
mv dblinter-* dblinter
81-
chmod +x dblinter/dblinter
8281
echo "$(pwd)/dblinter" >> $GITHUB_PATH
8382
8483
- name: Run checks
@@ -152,7 +151,7 @@ jobs:
152151
# Add user-content- prefix to internal links
153152
sed -i 's/href="#\([^"]*\)"/href="#user-content-\1"/g' "${output_html}.body"
154153
155-
# Convert href anchors with user-content- prefix to lowercase
154+
# Convert internal links with user-content- prefix to lowercase
156155
sed -i 's/href="#user-content-\([^"]*\)"/\L&/g' "${output_html}.body"
157156
158157
# Wrap with GitHub markdown styling

0 commit comments

Comments
 (0)