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.
Super-Linter
1 parent ebd9e98 commit ca6020dCopy full SHA for ca6020d
1 file changed
.github/workflows/build_and_test.yml
@@ -193,19 +193,11 @@ jobs:
193
make package test-out
194
195
doc:
196
- name: "Markdown check and Javadoc generation"
+ name: "Javadoc generation"
197
runs-on: ubuntu-24.04
198
steps:
199
- name: Checkout
200
uses: actions/checkout@v6
201
- with:
202
- fetch-depth: 0
203
- - name: Super-Linter
204
- uses: super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88
205
- env:
206
- DEFAULT_BRANCH: main
207
- VALIDATE_MARKDOWN: true
208
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
209
- name: Install Java 17
210
uses: actions/setup-java@v5
211
with:
0 commit comments