Skip to content

Commit 88691e2

Browse files
authored
feat(ci): Update build to add markdown linting
1 parent 9c5f9ff commit 88691e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
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

0 commit comments

Comments
 (0)