Skip to content

Commit 3c073ee

Browse files
authored
Merge pull request #3 from advanced-security/docs-update
Update Docs
2 parents 1c14ea7 + 88691e2 commit 3c073ee

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,11 @@ jobs:
113113
with:
114114
filePath: '.'
115115
filePattern: '*.spdx.json'
116+
117+
markdown:
118+
uses: advanced-security/reusable-workflows/.github/workflows/markdown-lint.yml@main
119+
if: github.event_name == 'pull_request'
120+
permissions:
121+
id-token: write
122+
contents: write
123+
secrets: inherit

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
44

5-
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license](LICENSE.md).
5+
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [project's open source license][license].
66

77
Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.
88

@@ -60,5 +60,5 @@ cargo clippy
6060

6161
[fork]: https://github.com/advanced-security/codeql-extractor-action/fork
6262
[pr]: https://github.com/advanced-security/codeql-extractor-action/compare
63-
[code-of-conduct]: https://github.com/advanced-security/codeql-extractor-action
64-
63+
[license]: https://github.com/advanced-security/codeql-extractor-action/tree/main/LICENSE
64+
[code-of-conduct]: https://github.com/advanced-security/codeql-extractor-action/tree/main?tab=coc-ov-file

0 commit comments

Comments
 (0)