We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5f9ff commit 88691e2Copy full SHA for 88691e2
.github/workflows/build.yml
@@ -113,3 +113,11 @@ jobs:
113
with:
114
filePath: '.'
115
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