Skip to content

Commit 2e00edc

Browse files
committed
No more spotless plugin checks in CI
1 parent f32a4b1 commit 2e00edc

File tree

3 files changed

+0
-42
lines changed

3 files changed

+0
-42
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@ on:
66
- '*.*.*'
77

88
jobs:
9-
lint:
10-
name: Check code formatting
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-java@v4
15-
with:
16-
distribution: 'temurin'
17-
java-version: 17
18-
java-package: jdk
19-
cache: 'maven'
20-
- name: spotless:check
21-
run: mvn --batch-mode --no-transfer-progress spotless:check
22-
239
build_deploy:
2410
permissions:
2511
contents: write

.github/workflows/build-snapshot.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@ on:
77
- 'master'
88

99
jobs:
10-
lint:
11-
name: Check code formatting
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-java@v4
16-
with:
17-
distribution: 'temurin'
18-
java-version: 17
19-
java-package: jdk
20-
cache: 'maven'
21-
- name: spotless:check
22-
run: mvn --batch-mode --no-transfer-progress spotless:check
23-
2410
build_deploy:
2511
permissions:
2612
contents: write

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ on:
88
- '*'
99

1010
jobs:
11-
lint:
12-
name: Check code formatting
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-java@v4
17-
with:
18-
distribution: 'temurin'
19-
java-version: 17
20-
java-package: jdk
21-
cache: 'maven'
22-
- name: spotless:check
23-
run: mvn --batch-mode --no-transfer-progress spotless:check
24-
2511
test:
2612
name: test ${{ matrix.os }} jdk${{ matrix.java }}
2713
strategy:

0 commit comments

Comments
 (0)