Skip to content

Commit 54c2fae

Browse files
authored
Validate links (#42)
1 parent 759a942 commit 54c2fae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,11 @@ jobs:
9494
uses: codecov/codecov-action@v4
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
97+
readme-validation:
98+
name: Check Markdown links
99+
runs-on: ubuntu-latest
100+
steps:
101+
- name: Checkout Repo
102+
uses: actions/checkout@v4
103+
- name: Validate Markdown
104+
uses: gaurav-nelson/github-action-markdown-link-check@v1

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Keep your Pull Requests small. Small PRs are easier to reason about which makes
44

55
### Issues before features
66

7-
If you want to add a feature, please file an [Issue](../../issues) first. An Issue gives us the opportunity to discuss the requirements and implications of a feature with you before you start writing code.
7+
If you want to add a feature, please file an [Issue](https://github.com/dfed/swift-async-queue/issues) first. An Issue gives us the opportunity to discuss the requirements and implications of a feature with you before you start writing code.
88

99
### Backwards compatibility
1010

0 commit comments

Comments
 (0)