mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
.
This commit is contained in:
parent
2cbe3e7b1b
commit
3746484013
2 changed files with 15 additions and 14 deletions
24
.github/workflows/lint-yaml.yml
vendored
24
.github/workflows/lint-yaml.yml
vendored
|
@ -1,12 +1,12 @@
|
||||||
name: Lint YAML
|
# name: Lint YAML
|
||||||
on: [pull_request]
|
# on: [pull_request]
|
||||||
jobs:
|
# jobs:
|
||||||
lint:
|
# lint:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
- name: Lint action.yml
|
# - name: Lint action.yml
|
||||||
uses: ibiqlik/action-yamllint@master
|
# uses: ibiqlik/action-yamllint@master
|
||||||
with:
|
# with:
|
||||||
file_or_dir: action.yml
|
# file_or_dir: action.yml
|
||||||
config_file: yaml-lint-config.yml
|
# config_file: yaml-lint-config.yml
|
||||||
|
|
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest, windows-latest]
|
operating-system: [ubuntu-latest] #, windows-latest]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -32,3 +32,4 @@ jobs:
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
java-version: 7.x
|
java-version: 7.x
|
||||||
|
- run: java --version
|
Loading…
Add table
Add a link
Reference in a new issue