Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
pull_request:
jobs:
yamllint:
uses: dropwizard/workflows/.github/workflows/yamllint.yml@main
uses: dropwizard/workflows/.github/workflows/yamllint.yml@030abd5bd6fdf49ee75a6bb2ae0c635db8bdc946 # main

Check failure on line 11 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/build.yml#L11

[warning] too few spaces before comment: expected 2 (comments)
Raw output
./.github/workflows/build.yml:11:104: [warning] too few spaces before comment: expected 2 (comments)

Check failure on line 11 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/build.yml#L11

[error] line too long (109 > 80 characters) (line-length)
Raw output
./.github/workflows/build.yml:11:81: [error] line too long (109 > 80 characters) (line-length)
build:
strategy:
fail-fast: false
matrix:
java-version: ['11', '17', '21']
uses: dropwizard/workflows/.github/workflows/maven.yml@main
uses: dropwizard/workflows/.github/workflows/maven.yml@030abd5bd6fdf49ee75a6bb2ae0c635db8bdc946 # main

Check failure on line 17 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/build.yml#L17

[warning] too few spaces before comment: expected 2 (comments)
Raw output
./.github/workflows/build.yml:17:101: [warning] too few spaces before comment: expected 2 (comments)

Check failure on line 17 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/build.yml#L17

[error] line too long (106 > 80 characters) (line-length)
Raw output
./.github/workflows/build.yml:17:81: [error] line too long (106 > 80 characters) (line-length)
secrets: inherit
with:
java-version: ${{ matrix.java-version }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
- 'v*'
jobs:
release:
uses: dropwizard/workflows/.github/workflows/release.yml@main
uses: dropwizard/workflows/.github/workflows/release.yml@030abd5bd6fdf49ee75a6bb2ae0c635db8bdc946 # main

Check failure on line 10 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/release.yml#L10

[warning] too few spaces before comment: expected 2 (comments)
Raw output
./.github/workflows/release.yml:10:103: [warning] too few spaces before comment: expected 2 (comments)

Check failure on line 10 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/release.yml#L10

[error] line too long (108 > 80 characters) (line-length)
Raw output
./.github/workflows/release.yml:10:81: [error] line too long (108 > 80 characters) (line-length)
secrets: inherit