Skip to content

Commit 91ada89

Browse files
committed
ORC-2133: Remove Super-Linter from GitHub Actions jobs
### What changes were proposed in this pull request? Remove `Super-Linter` from GitHub Actions jobs. ### Why are the changes needed? `Super-Linter` is no longer allowed by ASF Infra patterns. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-6) Closes #2582 from dongjoon-hyun/ORC-2133. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit c23ed58) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent f3e2b9f commit 91ada89

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,19 +194,11 @@ jobs:
194194
make package test-out
195195
196196
doc:
197-
name: "Markdown check and Javadoc generation"
197+
name: "Javadoc generation"
198198
runs-on: ubuntu-24.04
199199
steps:
200200
- name: Checkout
201201
uses: actions/checkout@v6
202-
with:
203-
fetch-depth: 0
204-
- name: Super-Linter
205-
uses: super-linter/super-linter@12150456a73e248bdc94d0794898f94e23127c88
206-
env:
207-
DEFAULT_BRANCH: main
208-
VALIDATE_MARKDOWN: true
209-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
210202
- name: Install Java 17
211203
uses: actions/setup-java@v5
212204
with:

0 commit comments

Comments
 (0)