Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Languages (0.05 sec)

  1. codeql-analysis.yml

    fail-fast: false L24: matrix: L25: # Override automatic language detection by changing the below list L26: # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] L27: language: ['java'] L28: # Learn more... L29: # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection L30: L31: steps: L32: - name: Checkout repository L33: ...
    github.com/codelibs/curl4j/.github/workflows/co...
    Fri Oct 02 13:24:14 UTC 2020
      2.5K bytes
  2. 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
Back to top