Skip to content

Commit 2acc022

Browse files
authored
Update build.yml to make build require linting
Signed-off-by: ascopes <[email protected]>
1 parent b1a33af commit 2acc022

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ jobs:
4545
continue-on-error: false
4646
if: always()
4747
shell: bash
48-
run: curl --fail -I --data-binary @codecov.yml https://codecov.io/validate
48+
run: curl --fail -vv --data-binary @codecov.yml https://codecov.io/validate
4949

5050
build:
5151
name: Build on JDK ${{ matrix.java-version }} (${{ matrix.os-name }})
5252
runs-on: ${{ matrix.os-name }}
53+
needs:
54+
- linting
5355

5456
strategy:
5557
fail-fast: false

0 commit comments

Comments
 (0)