We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a97ba commit e4bca67Copy full SHA for e4bca67
1 file changed
.github/workflows/test.yml
@@ -14,24 +14,6 @@ permissions:
14
contents: read
15
16
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
35
windows-powershell:
36
name: Windows PowerShell 5.1
37
runs-on: windows-latest
0 commit comments