Skip to content

Commit c23ed58

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>
1 parent ebd9e98 commit c23ed58

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
@@ -193,19 +193,11 @@ jobs:
193193
make package test-out
194194
195195
doc:
196-
name: "Markdown check and Javadoc generation"
196+
name: "Javadoc generation"
197197
runs-on: ubuntu-24.04
198198
steps:
199199
- name: Checkout
200200
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 }}
209201
- name: Install Java 17
210202
uses: actions/setup-java@v5
211203
with:

0 commit comments

Comments
 (0)