Skip to content

Commit

Permalink
#119 yaml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 5, 2024
1 parent 389afbe commit 95fe03d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ name: markdown-lint
pull_request:
branches:
- master
paths-ignore: ['paper/**', 'sandbox/**']
concurrency:
group: markdown-lint-${{ github.ref }}
cancel-in-progress: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-12]
java: [11, 17]
os: [ ubuntu-24.04, windows-2022, macos-15 ]
java: [ 11, 21 ]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
xcop:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: g4s8/xcop-action@master
2 changes: 1 addition & 1 deletion .github/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ rules:
max-spaces-inside: 2
truthy:
level: warning
allowed-values: ['on', 'true', 'false', 'yes', 'no']
allowed-values: [ 'on', 'true', 'false', 'yes', 'no' ]

0 comments on commit 95fe03d

Please sign in to comment.