Skip to content

Commit b746e93

Browse files
committed
add permission
1 parent cfbadfa commit b746e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_link_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
ref: ${{ inputs.ref }}
6868
timeout: 30
6969
script: |
70-
sleep 900
70+
chmod +x ./scripts/lint_file_size.sh
7171
./scripts/lint_file_size.sh $(
7272
if [ "${{ github.event_name }}" = "pull_request" ]; then
7373
echo "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}"

0 commit comments

Comments
 (0)