Skip to content

Commit

Permalink
#196 yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 22, 2024
1 parent 388505a commit d5144b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- uses: actions/cache@v4
with:
path: ~/.m2/repository
# yamllint disable-line rule:line-length
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
name: xcop
on:
'on':
push:
branches:
- master
Expand Down

0 comments on commit d5144b3

Please sign in to comment.