This commit is contained in:
Edward Firmo
2024-01-05 09:59:24 +01:00
parent e766b8ccb9
commit 65dc1cdf25
2 changed files with 34 additions and 14 deletions

View File

@@ -6,7 +6,8 @@ on:
workflow_dispatch:
jobs:
markdown-lint-quick:
markdown-lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- name: Check out code
@@ -29,6 +30,7 @@ jobs:
#fix: true
markdown-links:
name: Check links
runs-on: ubuntu-latest
steps:
- name: Check out code