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 460dbb4 commit 5ec1239Copy full SHA for 5ec1239
.github/workflows/documentation-disable-list-audit.yml
@@ -22,7 +22,10 @@ jobs:
22
- name: Set up gradle
23
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
24
25
- - name: Run Doc site audit
+ - name: Run instrumentation analyzer (identify any module changes)
26
+ run: ./gradlew :instrumentation-docs:runAnalysis
27
+
28
+ - name: Run doc site audit
29
run: ./gradlew :instrumentation-docs:docSiteAudit
30
31
workflow-notification:
0 commit comments