Skip to content

Commit e4bca67

Browse files
authored
Remove Markdown link check job from test workflow
Removed the Markdown link check job from the workflow.
1 parent 09a97ba commit e4bca67

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,6 @@ permissions:
1414
contents: read
1515

1616
jobs:
17-
markdown-links:
18-
name: Markdown Link Check
19-
runs-on: ubuntu-latest
20-
steps:
21-
- name: Harden the runner (Audit all outbound calls)
22-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
23-
with:
24-
egress-policy: audit
25-
26-
- name: Checkout repository
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28-
29-
- name: Install Node dependencies
30-
run: npm install --include=dev
31-
32-
- name: Run markdown link check
33-
run: npm run markdown:check
34-
3517
windows-powershell:
3618
name: Windows PowerShell 5.1
3719
runs-on: windows-latest

0 commit comments

Comments
 (0)