diff --git a/.github/workflows/lint-yaml.yml b/.github/workflows/lint-yaml.yml index 8b709434..833f7f3b 100644 --- a/.github/workflows/lint-yaml.yml +++ b/.github/workflows/lint-yaml.yml @@ -1,12 +1,12 @@ -name: Lint YAML -on: [pull_request] -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Lint action.yml - uses: ibiqlik/action-yamllint@master - with: - file_or_dir: action.yml - config_file: yaml-lint-config.yml +# name: Lint YAML +# on: [pull_request] +# jobs: +# lint: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - name: Lint action.yml +# uses: ibiqlik/action-yamllint@master +# with: +# file_or_dir: action.yml +# config_file: yaml-lint-config.yml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4be03b0e..49f1c1b8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,11 +24,12 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [ubuntu-latest, windows-latest] + operating-system: [ubuntu-latest] #, windows-latest] steps: - name: Checkout uses: actions/checkout@v2 - name: Setup java 7 uses: ./ with: - java-version: 7.x \ No newline at end of file + java-version: 7.x + - run: java --version \ No newline at end of file