File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ concurrency:
9
9
cancel-in-progress : true
10
10
11
11
jobs :
12
+ markdown-link-check :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v4
16
+ - uses : gaurav-nelson/github-action-markdown-link-check@v1
17
+
12
18
cpp-linters :
13
19
name : C++ linters
14
20
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ ctest --test-dir build/tests/cpp
122
122
123
123
## Contributing
124
124
125
- This repository follows the [ contribution guidelines] ( https://github.com/TheFoundryVisionmongers /OpenAssetIO/blob/main/contributing/PROCESS.md )
125
+ This repository follows the [ contribution guidelines] ( https://github.com/OpenAssetIO /OpenAssetIO/blob/main/doc /contributing/PROCESS.md )
126
126
outlined in the main OpenAssetIO repository. All discussion most
127
127
welcome!
128
128
You can’t perform that action at this time.
0 commit comments