setup-java/.github/workflows/lint-yaml.yml

13 lines
280 B
YAML
Raw Normal View History

2019-11-25 18:16:39 +01:00
name: Lint YAML
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Lint action.yml
uses: ibiqlik/action-yamllint@master
with:
file_or_dir: action.yml
config_file: yaml-lint-config.yml