This commit is contained in:
eric sciple 2020-02-07 21:36:08 -05:00
parent 2cbe3e7b1b
commit 3746484013
2 changed files with 15 additions and 14 deletions

View file

@ -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

View file

@ -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
java-version: 7.x
- run: java --version