- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Languages (0.04 sec)
-
maven.yml
L1:# This workflow will build a Java project with Maven L2:# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: L16:jobs: L17: build: L18: runs-on: ${{ matrix.os }} L19: L20: strategy: L21: matrix: L22: os: [ubuntu-latest, windows-latest]...github.com/codelibs/curl4j/.github/workflows/ma...Sat Feb 19 00:40:24 UTC 2022 675 bytes