Skip to content

Commit ca6020d

Browse files
committed
ORC-2133: Remove Super-Linter from GitHub Actions jobs
1 parent ebd9e98 commit ca6020d

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)