mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
12 lines
300 B
YAML
12 lines
300 B
YAML
# 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
|